mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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'.")
|
||||
|
||||
(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")
|
||||
|
||||
|
Reference in New Issue
Block a user