Merge pull request #5008 from nackjicholson/notmuch-rm-org-mime

notmuch: remove org-mime
This commit is contained in:
Henrik Lissner 2021-05-15 16:57:59 -04:00 committed by GitHub
commit 53d438d467
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 2 deletions

View file

@ -88,6 +88,7 @@ OR a shell command string such as
(use-package! org-mime
:when (featurep! +org)
:after (org notmuch)
:config (setq org-mime-library 'mml))