[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes 8267677f81 2/3: Make modus-themes-list-col
From: |
ELPA Syncer |
Subject: |
[elpa] externals/modus-themes 8267677f81 2/3: Make modus-themes-list-colors use a more relevant prompt |
Date: |
Mon, 16 Dec 2024 03:59:41 -0500 (EST) |
branch: externals/modus-themes
commit 8267677f8129cb6ea75f4ebdcbbea6284cf5c83c
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Make modus-themes-list-colors use a more relevant prompt
---
modus-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modus-themes.el b/modus-themes.el
index 24cbc2436d..182d3fa363 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -1339,7 +1339,7 @@ PALETTE is the value of a variable like
`modus-operandi-palette'."
"Preview the palette of the Modus THEME of choice.
With optional prefix argument for MAPPINGS preview only the semantic
color mappings instead of the complete palette."
- (interactive (list (modus-themes--select-prompt) current-prefix-arg))
+ (interactive (list (modus-themes--select-prompt "Preview palette of THEME:
") current-prefix-arg))
(let ((buffer (get-buffer-create (format (if mappings "*%s-list-mappings*"
"*%s-list-all*") theme))))
(with-current-buffer buffer
(let ((modus-themes-current-preview theme)