diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 0fa1b86..3c44b6a 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -6,6 +6,7 @@ ;; and now we load custom configurations (add-to-list 'load-path (expand-file-name "custom" user-emacs-directory)) +(add-to-list 'load-path (expand-file-name "lisp" user-emacs-directory)) (require 'fcuny-vars) |