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

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

[elpa] externals/consult 22ef151 1/2: Improve defcustom


From: ELPA Syncer
Subject: [elpa] externals/consult 22ef151 1/2: Improve defcustom
Date: Thu, 22 Jul 2021 10:57:08 -0400 (EDT)

branch: externals/consult
commit 22ef15179767c21bc4cf70497d5d2c982a457871
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Improve defcustom
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 8e1bc08..dc12676 100644
--- a/consult.el
+++ b/consult.el
@@ -324,7 +324,7 @@ Each element of the list must have the form '(char name 
handler)."
 (defcustom consult-crm-prefix
   (cons "  " (propertize "✓ " 'face 'success))
   "Prefix for `consult-completing-read-multiple' candidates."
-  :type '(cons string string))
+  :type '(cons (string :tag "Not selected") (string :tag "Selected")))
 
 ;;;; Faces
 



reply via email to

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