about summary refs log tree commit diff
path: root/emacs.d/init.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2013-07-19T11·57+0200
committerVincent Ambo <vincent@spotify.com>2013-07-19T11·57+0200
commitf61db0ceefcd5d928bf824c3dd4d499fb802cf61 (patch)
tree54b1b13dd35e2b01e7b22d06a2fe11e881c56450 /emacs.d/init.el
parenteadc09e76ffe80e3bf8c3e873df1b8367e88f7de (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.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 827eb859b2..9d4ac4b720 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)