From fc689756b80f1a817c1f82929cdfd90d7be92acf Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Mon, 7 May 2018 17:44:15 +0200 Subject: Emacs: Also add .emacs.d/elisp itself to 'load-path --- dot.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'dot.emacs.d/init.el') 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) -- cgit v1.2.3