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

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

[elpa] externals/vertico-posframe 991b163 7/7: * vertico-posframe.el (ve


From: ELPA Syncer
Subject: [elpa] externals/vertico-posframe 991b163 7/7: * vertico-posframe.el (vertico-posframe--minibuffer-message): Set prompt face to count.
Date: Thu, 28 Oct 2021 21:57:55 -0400 (EDT)

branch: externals/vertico-posframe
commit 991b1637a630e3457433622d02bde7c34023f420
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    * vertico-posframe.el (vertico-posframe--minibuffer-message): Set prompt 
face to count.
---
 vertico-posframe.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vertico-posframe.el b/vertico-posframe.el
index 28379e7..8053b7c 100644
--- a/vertico-posframe.el
+++ b/vertico-posframe.el
@@ -273,7 +273,8 @@ Show STRING when it is a string."
 Argument MESSAGE ."
   (let* ((count (vertico--format-count))
          (prompt (buffer-string)))
-    (vertico-posframe--show (concat count prompt message))))
+    (vertico-posframe--show
+     (concat (propertize (concat count prompt) 'face 'minibuffer-prompt) 
message))))
 
 ;;;###autoload
 (define-minor-mode vertico-posframe-mode



reply via email to

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