diff --git a/core/core-projects.el b/core/core-projects.el index e0c766d3b..0a54227f3 100644 --- a/core/core-projects.el +++ b/core/core-projects.el @@ -154,7 +154,9 @@ And if it's a function, evaluate it." ;; `projectile-globally-ignored-directories' are respected. (lambda (_) (concat (format "%s . -0 -H -E .git --color=never --type file --type symlink --follow" - doom-projectile-fd-binary) + (or (cl-find-if (doom-rpartial #'executable-find t) + '("fdfind" "fd")) + "fd")) (cl-loop for dir in projectile-globally-ignored-directories concat " -E " concat (shell-quote-argument dir))