Add another load-path
This commit is contained in:
parent
4bece9bb0c
commit
cd9c277a69
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ Firstly, tell Emacs where to look for custom functions (via [[https://www.emacsw
|
||||||
(load-file (concat (file-name-as-directory dir) f)))))
|
(load-file (concat (file-name-as-directory dir) f)))))
|
||||||
(mapc load-it (directory-files dir nil "\\.el$"))))
|
(mapc load-it (directory-files dir nil "\\.el$"))))
|
||||||
(load-directory "~/.emacs.d/custom/")
|
(load-directory "~/.emacs.d/custom/")
|
||||||
|
(load-directory "~/Documents/drive/admin/emacs/custom/")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Define functions that specify what OS I’m on, also whether I’m at work or not. Then I can implement specific packages according to need/compatibility.
|
Define functions that specify what OS I’m on, also whether I’m at work or not. Then I can implement specific packages according to need/compatibility.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue