diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index d011945f..b3553c32 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 |