branch: externals/ivy-posframe
commit 01361072288be54a3de1d0e02ded7e54798cd3ad
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
Remove ivy-posframe-mode
---
ivy-posframe.el | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/ivy-posframe.el b/ivy-posframe.el
index 2db0f73..2bd30b4 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -131,17 +131,6 @@ Using current frame's font if it it nil."
emacs-basic-display
(not (display-graphic-p))))))
-;;;###autoload
-(define-minor-mode ivy-posframe-mode
- "ivy-posframe minor mode."
- :global t
- :require 'ivy-posframe
- :group 'ivy-posframe
- :lighter " ivy-posframe"
- (if ivy-posframe-mode
- (setq ivy-display-function #'ivy-posframe-display)
- (setq ivy-display-function nil)))
-
(provide 'ivy-posframe)
;; Local Variables: