mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Prioritize fdfind over fd #1931
Since fd is used by another program on Ubuntu.
This commit is contained in:
@ -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")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user