emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/notmuch-indicator 9a536bf3be 08/36: Add :group to notmu


From: ELPA Syncer
Subject: [elpa] externals/notmuch-indicator 9a536bf3be 08/36: Add :group to notmuch-indicator-refresh-count
Date: Wed, 21 Sep 2022 00:59:20 -0400 (EDT)

branch: externals/notmuch-indicator
commit 9a536bf3be1ad03295bb5472052c97cfbfbc0d05
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add :group to notmuch-indicator-refresh-count
---
 notmuch-indicator.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index 0db1c5078c..98c02566cb 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -64,7 +64,8 @@ These form a string like: @50 🤡10."
 ;; with `setq'.
 (defcustom notmuch-indicator-refresh-count (* 60 3)
   "How often to update the indicator, in seconds."
-  :type 'number)
+  :type 'number
+  :group 'notmuch-indicator)
 
 (defun notmuch-indicator--return-count ()
   "Parse `notmuch-indicator-args' and format them as single string."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]