branch: externals/ivy-posframe
commit 8861e5429ac585633e24263ff2891c702e6ce6f6
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
Use ivy-display-functions-props
---
ivy-posframe.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ivy-posframe.el b/ivy-posframe.el
index e7fcf2a..ef253ba 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -76,13 +76,13 @@ Using current frame's font if it it nil."
(setq ivy-display-function #'ivy-posframe-display)
(push '(t . ivy-posframe-display)
ivy-display-functions-alist)
- (push '(ivy-posframe
- :display ivy-posframe-display
+ (push '(ivy-posframe-display
:cleanup ivy-posframe-cleanup)
- ivy-display-schemes)
+ ivy-display-function-props)
(message "Ivy-posframe is enabled, disable it need restart emacs."))
+
(provide 'ivy-posframe)
;; Local Variables: