From 2f938bf59a901ef97c44d92ab2deea7f2588f55d Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 29 Jan 2021 17:59:08 -0500 Subject: notmuch: Define group for piem-notmuch-mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Silence this warning: defcustom for ‘piem-notmuch-mode’ fails to specify containing group (I'm not sure why, but I don't see this when I run `make compile'.) Reported-by: Jonas Bernoulli --- piem-notmuch.el | 4 ++++ 1 file changed, 4 insertions(+) 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"))) -- cgit v1.2.3