From 11ad331056a5f982a35a577cc66c64d659e04113 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 18 Mar 2019 10:13:56 +0100 Subject: [PATCH] notmuch: Fix Emacs setup loading --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))