diff options
Diffstat (limited to 'emacs.d/init.el')
-rw-r--r-- | emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 827eb859b24c..9d4ac4b72036 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -41,6 +41,8 @@ (load "~/.emacs.d/init-functions.el") +(add-to-list 'load-path "~/.emacs.d/scripts/") + (setq custom-file "~/.emacs.d/init-custom.el") (load custom-file) |