Fix #1617: fd is used despite being absent

This commit is contained in:
Henrik Lissner 2019-07-29 15:02:00 +02:00
parent 09d67f86d9
commit baafa0f635
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -99,7 +99,7 @@ c) are not valid projectile projects."
;; If fd exists, use it for git and generic projects. fd is a rust program
;; that is significantly faster than git ls-files or find, and it respects
;; .gitignore. This is recommended in the projectile docs.
(doom-projectile-fd-binary
((executable-find doom-projectile-fd-binary)
(setq projectile-git-command (concat
doom-projectile-fd-binary
" . --color=never --type f -0 -H -E .git")