diff options
author | Vincent Ambo <vincent@spotify.com> | 2013-07-19T11·57+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2013-07-19T11·57+0200 |
commit | f61db0ceefcd5d928bf824c3dd4d499fb802cf61 (patch) | |
tree | 54b1b13dd35e2b01e7b22d06a2fe11e881c56450 /emacs.d/init.el | |
parent | eadc09e76ffe80e3bf8c3e873df1b8367e88f7de (diff) |
emacs: Added functions from ESK, removed rcirc connect function, added scripts folder to load path
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) |