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

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

[elpa] externals/ivy-posframe 37588c2 5/6: ivy-posframe-style use 'frame


From: Feng Shu
Subject: [elpa] externals/ivy-posframe 37588c2 5/6: ivy-posframe-style use 'frame-center by default.
Date: Sat, 3 Oct 2020 18:17:57 -0400 (EDT)

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

    ivy-posframe-style use 'frame-center by default.
    
        * ivy-posframe.el (ivy-posframe-style): change ivy-posframe-style 
instead
        (ivy-posframe-display-functions-alist): revert to use 
ivy-posframe-display
---
 ivy-posframe.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index 4580253..d8f1bdb 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -152,7 +152,7 @@
   :group 'ivy
   :prefix "ivy-posframe")
 
-(defcustom ivy-posframe-style 'window-bottom-left
+(defcustom ivy-posframe-style 'frame-center
   "The style of ivy-posframe."
   :group 'ivy-posframe
   :type 'string)
@@ -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-at-frame-center))
+(defcustom ivy-posframe-display-functions-alist '((t . ivy-posframe-display))
   "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]