X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=setup%2F00init.el;h=9608efefd8d463a4c3e9973f63410c53ca0bd6ed;hb=d53b93ae64f6031573577ce918eb592a22ab8da4;hp=896b2847ab265a68454312d6076e32e540954129;hpb=5d0b8238ad6fb712c8e744eb150b1ad793e412f9;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)