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:
parent
7803ea2e73
commit
cb62ec0905
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue