fix(lib): letf! in doom--help-search
Slipped by manual testing due to consult not being loaded at the time
and doom--help-search going to default grep-find usage instead of
hitting the failiure.
Amend: 54c4340740
This commit is contained in:
parent
99c6949e54
commit
f5f9c7222a
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ config blocks in your private config."
|
||||||
prompt
|
prompt
|
||||||
(lambda (input)
|
(lambda (input)
|
||||||
;; PERF: avoid converting dirs to string and back when adding them to ripgrep args.
|
;; PERF: avoid converting dirs to string and back when adding them to ripgrep args.
|
||||||
(letf! (defun consult--command-split (fn &rest args)
|
(letf! (defun consult--command-split (&rest args)
|
||||||
(append (apply consult--command-split args) dirs))
|
(append (apply consult--command-split args) dirs))
|
||||||
(funcall (consult--ripgrep-make-builder) input)))
|
(funcall (consult--ripgrep-make-builder) input)))
|
||||||
data-directory query))
|
data-directory query))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue