Merge pull request #1449 from bricewge/fd-nocolor

projectile: fd never use colors
This commit is contained in:
Henrik Lissner
2019-06-07 13:29:55 +02:00
committed by GitHub

View File

@@ -104,7 +104,7 @@ c) are not valid projectile projects."
;; in the projectile docs
((executable-find doom-projectile-fd-binary)
(setq projectile-git-command (concat
doom-projectile-fd-binary
doom-projectile-fd-binary
" . --color=never --type f -0 -H -E .git")
projectile-generic-command projectile-git-command))