[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-themes 9c95ece906 2/2: Merge branch 'main' of git
|
From: |
ELPA Syncer |
|
Subject: |
[elpa] externals/modus-themes 9c95ece906 2/2: Merge branch 'main' of github.com:protesilaos/modus-themes |
|
Date: |
Wed, 17 Jan 2024 00:59:17 -0500 (EST) |
branch: externals/modus-themes
commit 9c95ece9061ff8a182ae0712c97a8ea456caff8f
Merge: f4237bdb02 105ee4a5a6
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Merge branch 'main' of github.com:protesilaos/modus-themes
---
modus-themes.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/modus-themes.el b/modus-themes.el
index e4e009ca53..e26a294b5d 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -1210,7 +1210,9 @@ symbol, which is safe when used as a face attribute's
value."
"Return completion annotation for THEME."
(when-let ((symbol (intern-soft theme))
(doc-string (get symbol 'theme-documentation)))
- (format " -- %s" (car (split-string doc-string "\\.")))))
+ (format " -- %s"
+ (propertize (car (split-string doc-string "\\."))
+ 'face 'completions-annotations))))
(defun modus-themes--completion-table (category candidates)
"Pass appropriate metadata CATEGORY to completion CANDIDATES."
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/modus-themes 9c95ece906 2/2: Merge branch 'main' of github.com:protesilaos/modus-themes,
ELPA Syncer <=