mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #3591: wrong-type-arg stringp from projectile
This commit is contained in:
@ -165,7 +165,8 @@ And if it's a function, evaluate it."
|
|||||||
;; program that is significantly faster than git ls-files or find, and
|
;; program that is significantly faster than git ls-files or find, and
|
||||||
;; it respects .gitignore. This is recommended in the projectile docs.
|
;; it respects .gitignore. This is recommended in the projectile docs.
|
||||||
(cond
|
(cond
|
||||||
((when-let
|
((when-let
|
||||||
|
(bin (if (or (null default-directory)
|
||||||
(file-remote-p default-directory nil t))
|
(file-remote-p default-directory nil t))
|
||||||
(cl-find-if find-exe-fn (list "fdfind" "fd"))
|
(cl-find-if find-exe-fn (list "fdfind" "fd"))
|
||||||
doom-projectile-fd-binary))
|
doom-projectile-fd-binary))
|
||||||
|
Reference in New Issue
Block a user