feat(vertico): enable smart case for +vertico-file-search
Vanilla Emacs, Ivy, and Helm do this by default. Should be upstreamed. Close #5322
This commit is contained in:
parent
8257954d53
commit
65950f3e91
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ orderless."
|
||||||
(string-trim
|
(string-trim
|
||||||
(concat (if all-files "-uu")
|
(concat (if all-files "-uu")
|
||||||
(unless recursive "--maxdepth 1")
|
(unless recursive "--maxdepth 1")
|
||||||
"--null --line-buffered --color=always --max-columns=500 --no-heading --line-number"
|
"--null --line-buffered --color=always --max-columns=500 --no-heading --line-number --smart-case"
|
||||||
" --hidden -g !.git "
|
" --hidden -g !.git "
|
||||||
(mapconcat #'shell-quote-argument args " ")))
|
(mapconcat #'shell-quote-argument args " ")))
|
||||||
" "))
|
" "))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue