Fix projectile ignoring symlinks

Due to the underlying program (fd) ignoring them.
This commit is contained in:
Henrik Lissner 2020-05-02 13:03:14 -04:00
parent 29c0781916
commit e832ec5708
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@ c) are not valid projectile projects."
;; .gitignore. This is recommended in the projectile docs.
((executable-find doom-projectile-fd-binary)
(setq projectile-generic-command
(format "%s . --color=never --type f -0 -H -E .git"
(format "%s . --color=never --type f --type l -0 -H -E .git"
doom-projectile-fd-binary)
projectile-git-command projectile-generic-command
projectile-git-submodule-command nil