Prioritize fdfind over fd #1931
Since fd is used by another program on Ubuntu.
This commit is contained in:
parent
f79d191701
commit
8cedbc3b5d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Emacs.")
|
||||||
"If non-nil, non-projects are purged from the cache on `kill-emacs-hook'.")
|
"If non-nil, non-projects are purged from the cache on `kill-emacs-hook'.")
|
||||||
|
|
||||||
(defvar doom-projectile-fd-binary
|
(defvar doom-projectile-fd-binary
|
||||||
(or (cl-find-if #'executable-find '("fd" "fdfind"))
|
(or (cl-find-if #'executable-find '("fdfind" "fd"))
|
||||||
"fd")
|
"fd")
|
||||||
"name of `fd-find' executable binary")
|
"name of `fd-find' executable binary")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue