tweak(vertico): use fd’s smart case

If the user is going to the trouble of capitalizing input, that’s
probably all they want to match.

Ref: 6482f3ac09
This commit is contained in:
Liam Hupfer 2023-09-25 21:47:51 -05:00 committed by Itai Y. Efrat
parent 7803ea2e73
commit cb62ec0905

View file

@ -149,7 +149,7 @@ orderless."
(if doom-projectile-fd-binary (if doom-projectile-fd-binary
(setq consult-fd-args (setq consult-fd-args
'(doom-projectile-fd-binary '(doom-projectile-fd-binary
"--full-path --color=never -i -H -E .git --regex" "--full-path --color=never -H -E .git --regex"
(when IS-WINDOWS "--path-separator=/")))) (when IS-WINDOWS "--path-separator=/"))))
(consult-customize (consult-customize