branch: externals/consult
commit 96f1ed254d01366b50b86c275c2d04b0d6e290e2
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Indentation fixes
---
consult.el | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/consult.el b/consult.el
index 321041d..4c83f56 100644
--- a/consult.el
+++ b/consult.el
@@ -2942,12 +2942,12 @@ From these files, the commands are extracted."
(if (bound-and-true-p
read-extended-command-predicate)
(funcall read-extended-command-predicate sym
buffer)
t))
- (let ((name (symbol-name sym)))
- (unless (string-match-p command-filter name)
- (push (propertize name
- 'consult--candidate sym
- 'consult--type key)
- commands))))))))))))
+ (let ((name (symbol-name sym)))
+ (unless (string-match-p command-filter name)
+ (push (propertize name
+ 'consult--candidate sym
+ 'consult--type key)
+ commands))))))))))))
;;;###autoload
(defun consult-mode-command (&rest modes)