mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix projectile ignoring symlinks
Due to the underlying program (fd) ignoring them.
This commit is contained in:
@ -146,7 +146,7 @@ c) are not valid projectile projects."
|
||||
;; that is significantly faster than git ls-files or find, and it respects
|
||||
;; .gitignore. This is recommended in the projectile docs.
|
||||
((executable-find doom-projectile-fd-binary)
|
||||
(setq projectile-generic-command
|
||||
(setq projectile-generic-command
|
||||
(format "%s . --color=never --type f --type l -0 -H -E .git"
|
||||
doom-projectile-fd-binary)
|
||||
projectile-git-command projectile-generic-command
|
||||
|
Reference in New Issue
Block a user