branch: externals/ivy-posframe
commit 37588c248d587b3e82c2e4312d3e8d16d9160902
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>

    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