diff options
Diffstat (limited to 'piem-notmuch.el')
-rw-r--r-- | piem-notmuch.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/piem-notmuch.el b/piem-notmuch.el index 37e695b..5c0cd62 100644 --- a/piem-notmuch.el +++ b/piem-notmuch.el @@ -33,6 +33,10 @@ (require 'piem) (require 'subr-x) +(defgroup piem-notmuch nil + "Notmuch integration for piem." + :group 'piem) + (defmacro piem-notmuch--with-current-message (&rest body) (declare (indent 0) (debug (body))) (let ((rv (make-symbol "rv"))) |