From 31b633e3e5b32b46d0831ac94e0579c1874596e7 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Tue, 11 Oct 2022 11:43:27 -0700 Subject: emacs: fix ol-notmuch installation --- .emacs.local.d/mail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.local.d') diff --git a/.emacs.local.d/mail.el b/.emacs.local.d/mail.el index 4d1c8d1..cee35a5 100644 --- a/.emacs.local.d/mail.el +++ b/.emacs.local.d/mail.el @@ -3,7 +3,7 @@ (setq auto-mode-alist (append '((".*tmp/neomutt.*" . message-mode)) auto-mode-alist)) ;; Hook up `mutt:...` style URLs -(use-package ol-notmuch) +(use-package ol-notmuch :ensure t) (org-add-link-type "message" 'org-notmuch-open) (setq send-mail-function 'sendmail-send-it -- cgit v1.2.3