all repos — nixfiles @ 492a97cbdd163f26678c85fd693835a27e0a0b4f

System and user configuration, managed by nix and home-manager

Emacs: Add el-get-dir to load-path
Alan Pearce alan@alanpearce.co.uk
Mon, 29 Apr 2013 12:05:47 +0100
commit

492a97cbdd163f26678c85fd693835a27e0a0b4f

parent

e7657d6ba54ad5714657cff9be86ec416d342a4c

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/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