Add another load-path

master
trémeur 2 years ago
parent 4bece9bb0c
commit cd9c277a69

@ -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 Im on, also whether Im at work or not. Then I can implement specific packages according to need/compatibility. Define functions that specify what OS Im on, also whether Im at work or not. Then I can implement specific packages according to need/compatibility.

Loading…
Cancel
Save