diff --git a/config.org b/config.org index cff5e35..f0e8e5f 100644 --- a/config.org +++ b/config.org @@ -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))))) (mapc load-it (directory-files dir nil "\\.el$")))) (load-directory "~/.emacs.d/custom/") + (load-directory "~/Documents/drive/admin/emacs/custom/") #+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.