[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/embark 0a2a62a625 2/2: Merge branch 'master' of https:/
From: |
ELPA Syncer |
Subject: |
[elpa] externals/embark 0a2a62a625 2/2: Merge branch 'master' of https://github.com/oantolin/embark |
Date: |
Fri, 22 Sep 2023 00:58:04 -0400 (EDT) |
branch: externals/embark
commit 0a2a62a62509a98b0f616ec41a54cb77613c540f
Merge: fe21ffc5be 03fa41abaa
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>
Merge branch 'master' of https://github.com/oantolin/embark
---
embark.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/embark.el b/embark.el
index b950b02ddd..d911199501 100644
--- a/embark.el
+++ b/embark.el
@@ -301,8 +301,8 @@ prescribe a default for commands not used as alist keys."
(alist :tag "Configure per action"
:key-type (choice (function :tag "Action")
(const :tag "All other actions" t))
- :value-type (choice (const :tag "Quit")
- (const :tag "Do not quit")))))
+ :value-type (choice (const :tag "Quit" t)
+ (const :tag "Do not quit" nil)))))
(defcustom embark-confirm-act-all t
"Should `embark-act-all' prompt the user for confirmation?
@@ -3352,7 +3352,7 @@ PRED is a predicate function used to filter the items."
(defcustom embark-selection-indicator
#(" Embark:%s " 1 12 (face (embark-selected bold)))
"Mode line indicator used for selected candidates."
- :type '(choice string nil))
+ :type '(choice string (const nil)))
(defvar-local embark--selection nil
"Buffer local list of selected targets.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/embark 0a2a62a625 2/2: Merge branch 'master' of https://github.com/oantolin/embark,
ELPA Syncer <=