Fix #3591: wrong-type-arg stringp from projectile
This commit is contained in:
parent
804652366a
commit
4205f1bbea
1 changed files with 2 additions and 1 deletions
|
@ -165,7 +165,8 @@ And if it's a function, evaluate it."
|
|||
;; it respects .gitignore. This is recommended in the projectile docs.
|
||||
(cond
|
||||
((when-let
|
||||
(bin (if (file-remote-p buffer-file-name nil t)
|
||||
(bin (if (or (null default-directory)
|
||||
(file-remote-p default-directory nil t))
|
||||
(cl-find-if find-exe-fn (list "fdfind" "fd"))
|
||||
doom-projectile-fd-binary))
|
||||
(concat (format "%s . -0 -H -E .git --color=never --type file --type symlink --follow"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue