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

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

[elpa] externals/vertico-posframe 2e208a4 1/7: * vertico-posframe.el (ve


From: ELPA Syncer
Subject: [elpa] externals/vertico-posframe 2e208a4 1/7: * vertico-posframe.el (vertico-posframe-post-command-function): set count string's face.
Date: Thu, 28 Oct 2021 21:57:53 -0400 (EDT)

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

    * vertico-posframe.el (vertico-posframe-post-command-function): set count 
string's face.
---
 vertico-posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vertico-posframe.el b/vertico-posframe.el
index 8ca28d0..5fc6d8e 100644
--- a/vertico-posframe.el
+++ b/vertico-posframe.el
@@ -249,7 +249,7 @@ Show STRING when it is a string."
           (with-current-buffer (get-buffer-create vertico-posframe--buffer)
             (goto-char (point-min))
             (delete-region (point) (line-beginning-position 2))
-            (insert (concat count prompt) "  \n")
+            (insert (propertize (concat count prompt) 'face 
'minibuffer-prompt) "  \n")
             (add-text-properties
              (+ point count-length) (+ point count-length 1)
              '(face vertico-posframe-cursor))))))))



reply via email to

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