From 723e3ebd689e835638813e9cd2a32d38cf622786 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 27 Nov 2020 15:47:07 -0600 Subject: Add more directories to load-path --- config.org | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/config.org b/config.org index f41baf6..6347eaf 100644 --- a/config.org +++ b/config.org @@ -101,12 +101,14 @@ It's highly likely that the WTFPL is completely incompatible with the GPL, for w ** Miscellaneous bootstrappy stuff -*** Add =~/.emacs.d/lisp/= to =load-path= +*** Add directories to =load-path= #+begin_src emacs-lisp - (add-to-list 'load-path - (concat user-emacs-directory - (convert-standard-filename "lisp/"))) + (dolist (dir `(,(concat user-emacs-directory + (convert-standard-filename "lisp/")) + ,(expand-file-name "~/Sync/elisp/"))) + (add-to-list 'load-path dir)) + #+end_src *** Require my secrets -- cgit 1.4.1-21-gabe81