diff options
| author | Thomas Schneider <qsx@qsx.re> | 2018-05-07 17:44:15 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2018-05-07 17:44:15 +0200 |
| commit | fc689756b80f1a817c1f82929cdfd90d7be92acf (patch) | |
| tree | 3311c7684da792994b56ed9e79a7317f33daa734 /dot.emacs.d | |
| parent | d1e86e2c2b038ba409e86e8ba7e60d4c3835c1f7 (diff) | |
Emacs: Also add .emacs.d/elisp itself to 'load-path
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 1 |
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) |
