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

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

[nongnu] elpa/evil-anzu d3f6ed4773 27/27: Reformat code


From: ELPA Syncer
Subject: [nongnu] elpa/evil-anzu d3f6ed4773 27/27: Reformat code
Date: Thu, 6 Jan 2022 03:59:33 -0500 (EST)

branch: elpa/evil-anzu
commit d3f6ed4773b48767bd5f4708c7f083336a8a8a86
Author: Fredrik Bergroth <fbergroth@gmail.com>
Commit: Fredrik Bergroth <fbergroth@gmail.com>

    Reformat code
---
 evil-anzu.el | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/evil-anzu.el b/evil-anzu.el
index f404f6770b..c81d2c3765 100644
--- a/evil-anzu.el
+++ b/evil-anzu.el
@@ -29,9 +29,10 @@
 (require 'anzu)
 
 (defun evil-anzu-start-search (string forward &optional regexp-p start)
-  (when anzu-mode (anzu--cons-mode-line-search)
-        (let ((isearch-regexp regexp-p))
-          (anzu--update string))))
+  (when anzu-mode
+    (anzu--cons-mode-line-search)
+    (let ((isearch-regexp regexp-p))
+      (anzu--update string))))
 
 (defun evil-anzu-search-next (&optional pattern direction nowrap)
   "Make anzu work with the 'evil-search search module.



reply via email to

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