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:
Daanturo 2021-08-02 01:58:25 +07:00 committed by GitHub
parent 8257954d53
commit 65950f3e91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ orderless."
(string-trim
(concat (if all-files "-uu")
(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 "
(mapconcat #'shell-quote-argument args " ")))
" "))