From cd9c277a696f1e18a4853e8be9e46b0fa55d0e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Mon, 27 Feb 2023 12:51:32 +0000 Subject: [PATCH] Add another load-path --- config.org | 1 + 1 file changed, 1 insertion(+) 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.