diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-20 14:56:12 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-20 18:51:19 +0200 |
| commit | 0c976507044d80d8df45c087c0b36a2489d2e785 (patch) | |
| tree | ff756b24f6412e3d56fa0160da784970bf1e9099 | |
| parent | ca57fa596d2ba5c917f8e041d06ed3a286433fe1 (diff) | |
| download | dotfiles-0c976507044d80d8df45c087c0b36a2489d2e785.tar.gz dotfiles-0c976507044d80d8df45c087c0b36a2489d2e785.zip | |
emacs: there is no need to manually add site-lisp subdirs
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à <msabate@suse.com>
| -rw-r--r-- | .emacs.d/init.org | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
