Add email/{wanderlust,mu4e,notmuch} modules

Removed app/{email,notmuch}
This commit is contained in:
Henrik Lissner 2019-05-05 14:11:59 -04:00
parent 45266213a5
commit 84c5da844b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
16 changed files with 178 additions and 89 deletions

View file

@ -0,0 +1,9 @@
;; -*- no-byte-compile: t; -*-
;;; email/notmuch/packages.el
(package! notmuch)
(package! org-mime)
(when (featurep! :completion ivy)
(package! counsel-notmuch))
(when (featurep! :completion helm)
(package! helm-notmuch))