mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
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:
committed by
Itai Y. Efrat
parent
7803ea2e73
commit
cb62ec0905
@@ -149,7 +149,7 @@ orderless."
|
||||
(if doom-projectile-fd-binary
|
||||
(setq consult-fd-args
|
||||
'(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=/"))))
|
||||
|
||||
(consult-customize
|
||||
|
Reference in New Issue
Block a user