branch: externals/ivy-posframe
commit 779cce44fd46457abaa7eb0c6726e55a02831bb4
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
* ivy-posframe.el (ivy-posframe-display-functions-alist): Use
ivy-posframe-display-at-frame-center by default.
---
ivy-posframe.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)