diff --git a/core/core-projects.el b/core/core-projects.el index 27de7a6f1..01654e0d6 100644 --- a/core/core-projects.el +++ b/core/core-projects.el @@ -11,7 +11,7 @@ Emacs.") "If non-nil, non-projects are purged from the cache on `kill-emacs-hook'.") (defvar doom-projectile-fd-binary - (or (cl-find-if #'executable-find '("fd" "fdfind")) + (or (cl-find-if #'executable-find '("fdfind" "fd")) "fd") "name of `fd-find' executable binary")