Prioritize fdfind over fd #1931

Since fd is used by another program on Ubuntu.
This commit is contained in:
Henrik Lissner 2019-10-22 12:40:16 -04:00
parent f79d191701
commit 8cedbc3b5d
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -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")