branch: externals/ivy-posframe
commit 46b4089a2a56e8456a397bdb06f348e4fcd083cd
Merge: 1297ebc 0a870c1
Author: tumashu <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #33 from conao3/issue/remove-top-level-setup-executing
    
    Remove top-level ivy-posframe setup function executing
---
 ivy-posframe.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index aa677d0..906d878 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -445,8 +445,6 @@ selection, non-nil otherwise."
          (push `(,func :cleanup ivy-posframe-cleanup)
                ivy-display-functions-props)))))
 
-(ivy-posframe-setup)
-
 (provide 'ivy-posframe)
 
 ;; Local Variables:

Reply via email to