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

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

[elpa] externals/vertico-posframe c418dca 6/7: * vertico-posframe.el (ve


From: ELPA Syncer
Subject: [elpa] externals/vertico-posframe c418dca 6/7: * vertico-posframe.el (vertico-posframe--create-minibuffer-cover): add :timeout value.
Date: Fri, 29 Oct 2021 19:57:31 -0400 (EDT)

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

    * vertico-posframe.el (vertico-posframe--create-minibuffer-cover): add 
:timeout value.
---
 vertico-posframe.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/vertico-posframe.el b/vertico-posframe.el
index 2d6780a..23d3e99 100644
--- a/vertico-posframe.el
+++ b/vertico-posframe.el
@@ -214,7 +214,8 @@ Show STRING when it is a string."
     (posframe-show vertico-posframe--minibuffer-cover
                    :string (make-string 120 ? )
                    :position (cons x y)
-                   :lines-truncate t)))
+                   :lines-truncate t
+                   :timeout 3)))
 
 (defun vertico-posframe--show-minibuffer-p ()
   "Test show minibuffer or not."



reply via email to

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