notmuch: put org-mime behind +org flag

This commit is contained in:
William Vaughn
2021-05-10 21:17:30 -07:00
parent 195ad0fec6
commit 513e05e856
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))