From fb5b08b55b23dc4eee71cfae9748c8f297a48eca Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Mon, 26 Sep 2022 12:48:22 -0300 Subject: emacs: use-package for ol-notmuch --- .emacs.local.d/mail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.local.d/mail.el b/.emacs.local.d/mail.el index da011cd..4d1c8d1 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 -(require 'ol-notmuch) +(use-package ol-notmuch) (org-add-link-type "message" 'org-notmuch-open) (setq send-mail-function 'sendmail-send-it -- cgit v1.2.3