mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
10 lines
227 B
EmacsLisp
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))
|