doomemacs/modules/email/notmuch/packages.el

10 lines
227 B
EmacsLisp
Raw Normal View History

2018-07-31 19:33:27 +02:00
;; -*- no-byte-compile: t; -*-
;;; email/notmuch/packages.el
2018-07-31 19:33:27 +02:00
(package! notmuch)
(package! org-mime)
(when (featurep! :completion ivy)
(package! counsel-notmuch))
(when (featurep! :completion helm)
(package! helm-notmuch))