more updates
[emacs-init.git] / setup / 00init.el
index 896b284..9608efe 100644 (file)
@@ -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)