emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ivy-posframe 212eaa1 138/195: indent ivy-posframe-mode


From: Feng Shu
Subject: [elpa] externals/ivy-posframe 212eaa1 138/195: indent ivy-posframe-mode
Date: Sat, 3 Oct 2020 07:12:01 -0400 (EDT)

branch: externals/ivy-posframe
commit 212eaa1bf56b7ef7dbf457a5db720b2af91f307e
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]