Minor refactors & comment revision

This commit is contained in:
Henrik Lissner 2019-05-13 14:37:00 -04:00
parent 646cba3f68
commit 7443669b1e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
5 changed files with 16 additions and 14 deletions

View file

@ -98,9 +98,9 @@ c) are not valid projectile projects."
(advice-add #'projectile-locate-dominating-file :around #'doom*projectile-locate-dominating-file)
(cond
;; If fd exists, use it for git and generic projects fd is a rust program
;; that is significantly faster. It also respects .gitignore. This is
;; recommended in the projectile docs
;; If fd exists, use it for git and generic projects. fd is a rust program
;; that is significantly faster and respects .gitignore. This is recommended
;; in the projectile docs
((executable-find doom-projectile-fd-binary)
(setq projectile-git-command (concat
doom-projectile-fd-binary