branch: externals/ivy-posframe
commit e76565a73c322554ca34f85ff4078fe8e9550e5a
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
use (ivy-posframe-mode 1)
---
ivy-posframe.el | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/ivy-posframe.el b/ivy-posframe.el
index bedd226..bcf1068 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -60,7 +60,7 @@
;; ;; (setq ivy-posframe-display-functions-alist '((t .
ivy-posframe-display-at-window-center)))
;; ;; (setq ivy-posframe-display-functions-alist '((t .
ivy-posframe-display-at-frame-bottom-left)))
;; ;; (setq ivy-posframe-display-functions-alist '((t .
ivy-posframe-display-at-window-bottom-left)))
-;; (ivy-posframe-mode t)
+;; (ivy-posframe-mode 1)
;; #+END_EXAMPLE
;; *** Per-command mode.
;; #+BEGIN_EXAMPLE
@@ -71,7 +71,7 @@
;; (complete-symbol . ivy-posframe-display-at-point)
;; (counsel-M-x . ivy-posframe-display-at-window-bottom-left)
;; (t . ivy-posframe-display)))
-;; (ivy-posframe-mode t)
+;; (ivy-posframe-mode 1)
;; #+END_EXAMPLE
;;
;; You can use ivy original display function on specify function.
@@ -85,7 +85,7 @@
;; (complete-symbol . ivy-posframe-display-at-point)
;; (counsel-M-x . ivy-posframe-display-at-window-bottom-left)
;; (t . ivy-posframe-display)))
-;; (ivy-posframe-mode t)
+;; (ivy-posframe-mode 1)
;; #+END_EXAMPLE
;;
;; You may want to change the height of ivy by a function only while
@@ -105,7 +105,7 @@
;; (complete-symbol . ivy-posframe-display-at-point)
;; (counsel-M-x . ivy-posframe-display-at-window-bottom-left)
;; (t . ivy-posframe-display)))
-;; (ivy-posframe-mode t)
+;; (ivy-posframe-mode 1)
;; #+END_EXAMPLE
;;
;; NOTE: Using swiper as example: swiper's display function *only*
@@ -137,7 +137,7 @@
;; (defun ivy-posframe-display-at-XXX (str)
;; (ivy-posframe--display str #'your-own-poshandler-function))
;; (push 'ivy-posframe-display-at-XXX
ivy-posframe-additional-display-functions) ; This line is needed.
-;; (ivy-posframe-mode t) ; This line is needed.
+;; (ivy-posframe-mode 1) ; This line is needed.
;; #+END_EXAMPLE
;;; Code: