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

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

[elpa] externals/ivy-posframe 779cce4 4/6: * ivy-posframe.el (ivy-posfra


From: Feng Shu
Subject: [elpa] externals/ivy-posframe 779cce4 4/6: * ivy-posframe.el (ivy-posframe-display-functions-alist): Use ivy-posframe-display-at-frame-center by default.
Date: Sat, 3 Oct 2020 18:17:57 -0400 (EDT)

branch: externals/ivy-posframe
commit 779cce44fd46457abaa7eb0c6726e55a02831bb4
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    * ivy-posframe.el (ivy-posframe-display-functions-alist): Use 
ivy-posframe-display-at-frame-center by default.
---
 ivy-posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index e9a4b10..4580253 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -209,7 +209,7 @@ When 0, no border is showed."
   :group 'ivy-posframe
   :type 'sexp)
 
-(defcustom ivy-posframe-display-functions-alist '((t . ivy-posframe-display))
+(defcustom ivy-posframe-display-functions-alist '((t . 
ivy-posframe-display-at-frame-center))
   "The `ivy-display-functions-alist' while working ivy-posframe."
   :group 'ivy-posframe
   :type 'sexp)



reply via email to

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