add ~/config/emacs.d to load-path
This commit is contained in:
parent
59c68e516f
commit
749b9d78a7
1 changed files with 1 additions and 0 deletions
1
emacs
1
emacs
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue