Add some more stuff to path
This commit is contained in:
3
init.el
3
init.el
@@ -4,6 +4,9 @@
|
|||||||
(require 'cl-lib)
|
(require 'cl-lib)
|
||||||
(require 'xdg)
|
(require 'xdg)
|
||||||
|
|
||||||
|
;; Add to path
|
||||||
|
(add-to-list 'exec-path (expand-file-name "~/.local/bin"))
|
||||||
|
|
||||||
;; Some other config files
|
;; Some other config files
|
||||||
(cl-eval-when (compile load eval)
|
(cl-eval-when (compile load eval)
|
||||||
(add-to-list 'load-path (expand-file-name "elisp" user-emacs-directory))
|
(add-to-list 'load-path (expand-file-name "elisp" user-emacs-directory))
|
||||||
|
|||||||
Reference in New Issue
Block a user