mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(vertico): ignore svn and hg dirs in file search
This commit is contained in:
committed by
Henrik Lissner
parent
f817e4ffbd
commit
614aefc339
@ -27,7 +27,7 @@
|
|||||||
(unless recursive "--maxdepth 1 ")
|
(unless recursive "--maxdepth 1 ")
|
||||||
"--null --line-buffered --color=never --max-columns=1000 "
|
"--null --line-buffered --color=never --max-columns=1000 "
|
||||||
"--path-separator / --smart-case --no-heading --line-number "
|
"--path-separator / --smart-case --no-heading --line-number "
|
||||||
"--hidden -g !.git "
|
"--hidden -g !.git -g !.svn -g !.hg "
|
||||||
(mapconcat #'shell-quote-argument args " ")
|
(mapconcat #'shell-quote-argument args " ")
|
||||||
" ."))
|
" ."))
|
||||||
(prompt (if (stringp prompt) (string-trim prompt) "Search"))
|
(prompt (if (stringp prompt) (string-trim prompt) "Search"))
|
||||||
|
Reference in New Issue
Block a user