diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 39cb98bb..beed4e4f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -338,7 +338,7 @@ ;; (autoload 'helm-mu4e-switch "mu4e") (nconc package-selected-packages '(helm-notmuch)) -(with-eval-after-load 'helm-notmuch (require 'init-notmuch)) +(with-eval-after-load 'notmuch (require 'init-notmuch)) ;;; Makefile (with-eval-after-load 'make-mode (require 'init-makefile))