diff options
| author | Feng Shu <tumashu@163.com> | 2020-10-04 06:12:19 +0800 |
|---|---|---|
| committer | Feng Shu <tumashu@163.com> | 2020-10-04 06:12:19 +0800 |
| commit | 37588c248d587b3e82c2e4312d3e8d16d9160902 (patch) | |
| tree | 8772175849d86c90df0f2dbf7e351b606fad07a0 | |
| parent | 779cce44fd46457abaa7eb0c6726e55a02831bb4 (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.el | 4 |
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) |
