diff options
| -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) |
