Emacs: Add el-get-dir to load-path
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M emacs/init.el → emacs/init.el
@@ -29,6 +29,7 @@ (add-to-list 'load-path full-path)))) (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