aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-rw-r--r--dot.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index b537222..d80ac3c 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -23,6 +23,7 @@
(let ((default-directory
(concat user-emacs-directory
(convert-standard-filename "elisp/"))))
+ (normal-top-level-add-to-load-path '("."))
(normal-top-level-add-subdirs-to-load-path))
(require 'use-package)