Add recipe for nm

NEVERMORE: an email interface for Notmuch
This commit is contained in:
Vedang Manerikar 2021-12-05 22:40:30 +05:30
parent c966c6b488
commit 4b65876240

7
recipes/nm.rcp Normal file
View File

@ -0,0 +1,7 @@
(:name nm
:description "NEVERMORE: an email interface for Notmuch"
:type github
:pkgname "emacsattic/nm"
:depends (notmuch peg company-mode)
:prepare (with-eval-after-load 'company
(require 'nm-company)))