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

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

[elpa] externals/notmuch-indicator 30edbd3a9e 30/36: Use correct type fo


From: ELPA Syncer
Subject: [elpa] externals/notmuch-indicator 30edbd3a9e 30/36: Use correct type for notmuch-indicator-args
Date: Wed, 21 Sep 2022 00:59:21 -0400 (EDT)

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

    Use correct type for notmuch-indicator-args
---
 notmuch-indicator.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index 2b3363b07b..ed21c40b32 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -121,7 +121,11 @@ buffer for the clean code (I dislike markup in doc 
strings)):
             (:terms \"--output threads from:VIP\" :label \"🤡\")))
 
 These form a string like: @50 🤡10."
-  :type 'list ; TODO 2022-09-19: Use correct type
+  :type '(repeat
+          (plist :options
+                 (((const :tag "Search terms for `notmuch-count(1)'" :terms) 
string)
+                  ((const :tag "Cosmetic label for the counter" :label) string)
+                  ((const :tag "Face applied to the label" :face) face))))
   :group 'notmuch-indicator)
 
 (defcustom notmuch-indicator-hide-empty-counters nil



reply via email to

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