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