X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=setup%2F00init.el;h=9608efefd8d463a4c3e9973f63410c53ca0bd6ed;hb=d5d08084f09efbe41b0964ddd4a392e320f10cca;hp=896b2847ab265a68454312d6076e32e540954129;hpb=9a4a775a68095b49cb14e785a0ccfc6b24849109;p=emacs-init.git diff --git a/setup/00init.el b/setup/00init.el index 896b284..9608efe 100644 --- a/setup/00init.el +++ b/setup/00init.el @@ -5,6 +5,7 @@ (when (boundp 'bytecomp-filename) bytecomp-filename) buffer-file-name)))))) (add-to-list 'load-path (concat base "lib")) + (add-to-list 'load-path (concat base "auto-install")) (setq custom-file (concat base "emacs-custom.el"))) (load custom-file)