[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
- [elpa] externals/notmuch-indicator 598dedf992 18/36: Add docs to the Commentary, (continued)
- [elpa] externals/notmuch-indicator 598dedf992 18/36: Add docs to the Commentary, ELPA Syncer, 2022/09/21
- [elpa] externals/notmuch-indicator c06c876e74 21/36: Improve one-line description, ELPA Syncer, 2022/09/21
- [elpa] externals/notmuch-indicator bfb48f7773 28/36: Accept :face in notmuch-indicator-args, ELPA Syncer, 2022/09/21
- [elpa] externals/notmuch-indicator 58633d173a 33/36: Add mailing list to package headers, ELPA Syncer, 2022/09/21
- [elpa] externals/notmuch-indicator 9611974047 35/36: Add backronym in the Commentary, ELPA Syncer, 2022/09/21
- [elpa] externals/notmuch-indicator 700772763b 17/36: Add documentation to the README, ELPA Syncer, 2022/09/21
- [elpa] externals/notmuch-indicator c086659fcc 24/36: Add gitignore file, ELPA Syncer, 2022/09/21
- [elpa] externals/notmuch-indicator f924375d5f 25/36: Add dir-locals file, ELPA Syncer, 2022/09/21
- [elpa] externals/notmuch-indicator 5db7d40f33 27/36: Reword a statement, ELPA Syncer, 2022/09/21
- [elpa] externals/notmuch-indicator c7e62b16a0 29/36: Update docs in light of commit bfb48f7, ELPA Syncer, 2022/09/21
- [elpa] externals/notmuch-indicator 30edbd3a9e 30/36: Use correct type for notmuch-indicator-args,
ELPA Syncer <=
- [elpa] externals/notmuch-indicator f96b93ab52 34/36: Add package sources, ELPA Syncer, 2022/09/21
- [elpa] externals/notmuch-indicator f4b46313c3 36/36: Update to version 0.1.0, ELPA Syncer, 2022/09/21