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

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

[elpa] externals/consult e6d45f5 3/5: Formatting


From: ELPA Syncer
Subject: [elpa] externals/consult e6d45f5 3/5: Formatting
Date: Tue, 1 Jun 2021 14:57:08 -0400 (EDT)

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

    Formatting
---
 consult.el | 24 +++++++++++++-----------
 1 file changed, 13 insertions(+), 11 deletions(-)

diff --git a/consult.el b/consult.el
index 32988ae..683de46 100644
--- a/consult.el
+++ b/consult.el
@@ -1814,12 +1814,13 @@ KEYMAP is a command-specific keymap."
           keymap category initial narrow add-history annotate
           state preview-key sort lookup title group)
   (apply #'consult--read-1 candidates
-         (append (alist-get this-command consult--read-config)
-                 options
-                 (list :prompt "Select: "
-                       :preview-key consult-preview-key
-                       :sort t
-                       :lookup (lambda (_input _cands x) x)))))
+         (append
+          (alist-get this-command consult--read-config)
+          options
+          (list :prompt "Select: "
+                :preview-key consult-preview-key
+                :sort t
+                :lookup (lambda (_input _cands x) x)))))
 
 ;;;; Internal API: consult--multi
 
@@ -2024,11 +2025,12 @@ KEYMAP is a command-specific keymap."
   (ignore prompt history add-history initial default
           keymap state preview-key transform)
   (apply #'consult--prompt-1
-         (append (alist-get this-command consult--read-config)
-                 options
-                 (list :prompt "Input: "
-                       :preview-key consult-preview-key
-                       :transform #'identity))))
+         (append
+          (alist-get this-command consult--read-config)
+          options
+          (list :prompt "Input: "
+                :preview-key consult-preview-key
+                :transform #'identity))))
 
 ;;;; Commands
 



reply via email to

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