summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Shu <tumashu@163.com>2020-10-04 06:08:58 +0800
committerFeng Shu <tumashu@163.com>2020-10-04 06:08:58 +0800
commit779cce44fd46457abaa7eb0c6726e55a02831bb4 (patch)
treebe1a8493d09f8dcc60288c6deb9ea685e7fc8fec
parentb33046a34d67c921b6cabead970eae2570614f8e (diff)
* ivy-posframe.el (ivy-posframe-display-functions-alist): Use ivy-posframe-display-at-frame-center by default.
-rw-r--r--ivy-posframe.el2
1 files changed, 1 insertions, 1 deletions
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)