add ~/config/emacs.d to load-path

This commit is contained in:
Sami Samhuri 2010-05-19 13:23:38 -07:00
parent 59c68e516f
commit 749b9d78a7

1
emacs
View file

@ -17,6 +17,7 @@
(if (file-readable-p file) (if (file-readable-p file)
(add-to-list 'load-path file))) (add-to-list 'load-path file)))
(add-to-load-path "~/config/emacs.d")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; global config ;; global config