From 37588c248d587b3e82c2e4312d3e8d16d9160902 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sun, 4 Oct 2020 06:12:19 +0800 Subject: 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) -- cgit v1.0