summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Shu <tumashu@163.com>2020-10-04 06:12:19 +0800
committerFeng Shu <tumashu@163.com>2020-10-04 06:12:19 +0800
commit37588c248d587b3e82c2e4312d3e8d16d9160902 (patch)
tree8772175849d86c90df0f2dbf7e351b606fad07a0
parent779cce44fd46457abaa7eb0c6726e55a02831bb4 (diff)
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
-rw-r--r--ivy-posframe.el4
1 files 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)