summary refs log tree commit diff stats
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index d011945..b3553c3 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -29,6 +29,7 @@
           (directory-files *el-get-dir*))))
 
 (if (file-exists-p (concat *el-get-dir* "el-get"))
+	(add-to-list 'load-path *el-get-dir*)
     (add-subdirs-to-load-path *el-get-dir*)
   (unless (require 'el-get nil t)
     (with-current-buffer