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

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

[elpa] externals/vertico-posframe f123677: * vertico-posframe.el (vertic


From: ELPA Syncer
Subject: [elpa] externals/vertico-posframe f123677: * vertico-posframe.el (vertico-posframe--show-init): Add :timeout.
Date: Thu, 4 Nov 2021 20:57:30 -0400 (EDT)

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

    * vertico-posframe.el (vertico-posframe--show-init): Add :timeout.
---
 vertico-posframe.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vertico-posframe.el b/vertico-posframe.el
index 841c381..b1569f2 100644
--- a/vertico-posframe.el
+++ b/vertico-posframe.el
@@ -229,7 +229,8 @@ Show STRING when it is a string."
                  :foreground-color (face-attribute 'vertico-posframe 
:foreground nil t)
                  :border-width vertico-posframe-border-width
                  :border-color (face-attribute 'vertico-posframe-border 
:background nil t)
-                 :override-parameters vertico-posframe-parameters))
+                 :override-parameters vertico-posframe-parameters
+                 :timeout 0.1))
 
 (defun vertico-posframe--create-minibuffer-cover (&optional string)
   "Create minibuffer cover."



reply via email to

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