diff options
| author | Feng Shu <tumashu@163.com> | 2020-10-04 06:08:58 +0800 |
|---|---|---|
| committer | Feng Shu <tumashu@163.com> | 2020-10-04 06:08:58 +0800 |
| commit | 779cce44fd46457abaa7eb0c6726e55a02831bb4 (patch) | |
| tree | be1a8493d09f8dcc60288c6deb9ea685e7fc8fec | |
| parent | b33046a34d67c921b6cabead970eae2570614f8e (diff) | |
* ivy-posframe.el (ivy-posframe-display-functions-alist): Use ivy-posframe-display-at-frame-center by default.
| -rw-r--r-- | ivy-posframe.el | 2 |
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) |
