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

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

[elpa] externals/consult 1b76d6c 2/2: Indentation fixes


From: ELPA Syncer
Subject: [elpa] externals/consult 1b76d6c 2/2: Indentation fixes
Date: Thu, 24 Jun 2021 09:57:08 -0400 (EDT)

branch: externals/consult
commit 1b76d6c70f31b448523cc8903debeafe31565d80
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Indentation fixes
---
 consult.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/consult.el b/consult.el
index d1d52ef..da64c85 100644
--- a/consult.el
+++ b/consult.el
@@ -1766,9 +1766,9 @@ PREVIEW-KEY are the preview keys."
         (car result)))))
 
 (cl-defun consult--read (candidates &rest options &key
-                                      prompt predicate require-match history 
default
-                                      keymap category initial narrow 
add-history annotate
-                                      state preview-key sort lookup group 
inherit-input-method)
+                                    prompt predicate require-match history 
default
+                                    keymap category initial narrow add-history 
annotate
+                                    state preview-key sort lookup group 
inherit-input-method)
   "Enhanced completing read function selecting from CANDIDATES.
 
 Keyword OPTIONS:
@@ -2083,8 +2083,8 @@ The symbol at point is added to the future history."
                                      cands))
                        ?1))
          (narrow-pred (lambda (cand)
-                       (<= (get-text-property 0 'consult--outline-level cand)
-                           (+ consult--narrow min-level))))
+                        (<= (get-text-property 0 'consult--outline-level cand)
+                            (+ consult--narrow min-level))))
          (narrow-keys (mapcar (lambda (c) (cons c (format "Level %c" c)))
                               (number-sequence ?1 ?9))))
     (consult--read



reply via email to

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