branch: externals/ivy-posframe
commit 7be71b639d0562ffc9d51827d19739c4b71f3e5a
Author: conao3 <[email protected]>
Commit: conao3 <[email protected]>
fix align
---
ivy-posframe.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ivy-posframe.el b/ivy-posframe.el
index 5bdc909..879908c 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -452,11 +452,11 @@ selection, non-nil otherwise."
ivy-posframe-display-at-frame-bottom-window-center)))
(defvar ivy-posframe-advice-alist
- '((ivy--minibuffer-setup . ivy-posframe--minibuffer-setup)
- (ivy--queue-exhibit . ivy-posframe--add-prompt)
+ '((ivy--minibuffer-setup . ivy-posframe--minibuffer-setup)
+ (ivy--queue-exhibit . ivy-posframe--add-prompt)
(ivy--display-function-prop . ivy-posframe--display-function-prop)
- (ivy--height . ivy-posframe--height)
- (ivy-read . ivy-posframe--read)))
+ (ivy--height . ivy-posframe--height)
+ (ivy-read . ivy-posframe--read)))
;;; Advice