mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
Fix #4180: omit .git from file searches
This commit is contained in:
@@ -57,7 +57,7 @@ workspace."
|
||||
(helm-rg-default-extra-args
|
||||
(delq nil (append (list (when all-files "-z -uu")
|
||||
(unless recursive "--maxdepth 1")
|
||||
"--hidden")
|
||||
"--hidden" "-g" "!.git")
|
||||
args))))
|
||||
(setq deactivate-mark t)
|
||||
(helm-rg (or query
|
||||
|
Reference in New Issue
Block a user