From f61db0ceefcd5d928bf824c3dd4d499fb802cf61 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 19 Jul 2013 13:57:13 +0200 Subject: emacs: Added functions from ESK, removed rcirc connect function, added scripts folder to load path --- emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs.d/init.el') 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) -- cgit 1.4.1