Add app/notmuch module (WIP)

This commit is contained in:
Henrik Lissner 2018-07-31 19:33:27 +02:00
parent d9a52e1094
commit 8d486b755e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 260 additions and 0 deletions

View file

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