notmuch: Fix Emacs setup loading

master
Pierre Neidhardt 2019-03-18 10:13:56 +01:00
parent 080efc54cc
commit 11ad331056
1 changed files with 1 additions and 1 deletions

View File

@ -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))