doomemacs/modules/app/notmuch/packages.el

10 lines
225 B
EmacsLisp
Raw Normal View History

2018-07-31 19:33:27 +02:00
;; -*- 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))