diff options
author | Raul Benencia <rul@kalgan.cc> | 2022-10-11 11:43:27 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2022-10-11 11:43:27 -0700 |
commit | 31b633e3e5b32b46d0831ac94e0579c1874596e7 (patch) | |
tree | 404f242efbc83d66c1f9f98b7fb953c8721a2841 /.emacs.local.d | |
parent | a7fc77667071818c61402bf383263806de7fcaba (diff) |
emacs: fix ol-notmuch installation
Diffstat (limited to '.emacs.local.d')
-rw-r--r-- | .emacs.local.d/mail.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |