branch: externals/ivy-posframe
commit c43acf3d9f404aaa809792d98311b47e9fe7878f
Author: conao3 <[email protected]>
Commit: conao3 <[email protected]>

    alias ivy-posframe-enable as ivy-posframe-mode
---
 ivy-posframe.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index ce38c17..2c38b26 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -535,6 +535,9 @@ selection, non-nil otherwise."
           ,@(mapcar (lambda (elm) `(advice-remove ',(car elm) #',(cdr elm))) 
advices))))))
 
 ;;;###autoload
+(defalias 'ivy-posframe-enable 'ivy-posframe-mode)
+
+;;;###autoload
 (defun ivy-posframe-demo ()
   "Toggle a demo config of ivy-posframe.
 This function is ONLY used to test ivy-posframe."

Reply via email to