From 0c976507044d80d8df45c087c0b36a2489d2e785 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 20 Apr 2020 14:56:12 +0200 Subject: emacs: there is no need to manually add site-lisp subdirs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subdirectories inside of /usr/share/emacs/site-lisp are automatically added inside of the `load-path` variable. Thus, there is no need to manually include it again. Signed-off-by: Miquel Sabaté Solà --- .emacs.d/init.org | 1 - 1 file changed, 1 deletion(-) (limited to '.emacs.d') diff --git a/.emacs.d/init.org b/.emacs.d/init.org index eed9aba..edd79f2 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -1172,7 +1172,6 @@ things globally: (message "Skipping mu4e because it's not installed.")) (when (file-directory-p "/usr/share/emacs/site-lisp/mu4e") - (add-to-list 'load-path "/usr/share/emacs/site-lisp/mu4e") (require 'mu4e) (when (featurep 'mu4e) -- cgit v1.2.3