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

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

[elpa] externals/ef-themes 6684589d0e: Make sure the annotation function


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 6684589d0e: Make sure the annotation function uses the correct face
Date: Thu, 19 Sep 2024 06:58:12 -0400 (EDT)

branch: externals/ef-themes
commit 6684589d0ea1c2b540664a9bb3a0fa135c86fa6e
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Make sure the annotation function uses the correct face
---
 ef-themes.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index c0393ad973..273f586298 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -514,7 +514,10 @@ overrides."
   "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 ef-themes--completion-table (category candidates)
   "Pass appropriate metadata CATEGORY to completion CANDIDATES."



reply via email to

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