emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ivy-posframe 8861e54 002/195: Use ivy-display-functions


From: Feng Shu
Subject: [elpa] externals/ivy-posframe 8861e54 002/195: Use ivy-display-functions-props
Date: Sat, 3 Oct 2020 07:11:33 -0400 (EDT)

branch: externals/ivy-posframe
commit 8861e5429ac585633e24263ff2891c702e6ce6f6
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    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:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]