diff options
author | Raul Benencia <rul@kalgan.cc> | 2022-09-26 12:48:22 -0300 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2022-09-26 12:48:22 -0300 |
commit | fb5b08b55b23dc4eee71cfae9748c8f297a48eca (patch) | |
tree | 6e7d2afd47c0289f16f2762d72901cf8c186318d | |
parent | 12467f773d6516af67e17b24b6bb940650637413 (diff) |
emacs: use-package for ol-notmuch
-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 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 |