branch: externals/notmuch-indicator
commit 9a536bf3be1ad03295bb5472052c97cfbfbc0d05
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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