branch: externals/ivy-posframe
commit 212eaa1bf56b7ef7dbf457a5db720b2af91f307e
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
indent ivy-posframe-mode
---
ivy-posframe.el | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/ivy-posframe.el b/ivy-posframe.el
index ffd6b41..96ef2e0 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -528,8 +528,12 @@ selection, non-nil otherwise."
([remap swiper-avy] ivy-posframe-swiper-avy))
(let ((advices ivy-posframe-advice-alist))
(if ivy-posframe-mode
- (mapcar (lambda (elm) (advice-add (car elm) :around (cdr elm)))
advices)
- (mapcar (lambda (elm) (advice-remove (car elm) (cdr elm))) advices))))
+ (mapcar (lambda (elm)
+ (advice-add (car elm) :around (cdr elm)))
+ advices)
+ (mapcar (lambda (elm)
+ (advice-remove (car elm) (cdr elm)))
+ advices))))
;;;###autoload
(defun ivy-posframe-enable ()