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:
Itai Y. Efrat 2023-02-24 18:54:50 +02:00 committed by Henrik Lissner
parent 99c6949e54
commit f5f9c7222a

View file

@ -700,7 +700,7 @@ config blocks in your private config."
prompt
(lambda (input)
;; 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))
(funcall (consult--ripgrep-make-builder) input)))
data-directory query))