mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Minor refactors & comment revision
This commit is contained in:
@ -98,9 +98,9 @@ c) are not valid projectile projects."
|
||||
(funcall orig-fn file name)))
|
||||
(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
|
||||
(cond
|
||||
;; 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
|
||||
|
Reference in New Issue
Block a user