aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
authorThomas Schneider <qsx@qsx.re>2018-05-07 17:44:15 +0200
committerThomas Schneider <qsx@qsx.re>2018-05-07 17:44:15 +0200
commitfc689756b80f1a817c1f82929cdfd90d7be92acf (patch)
tree3311c7684da792994b56ed9e79a7317f33daa734 /dot.emacs.d/init.el
parentd1e86e2c2b038ba409e86e8ba7e60d4c3835c1f7 (diff)
Emacs: Also add .emacs.d/elisp itself to 'load-path
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)