Files
dtos-dotfiles/.emacs.d/modules/email/notmuch/packages.el
2019-12-16 20:21:19 -06:00

10 lines
227 B
EmacsLisp

;; -*- 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))