mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
use --type f with fd
will show folders otherwise
This commit is contained in:
@ -53,7 +53,7 @@ what features are available.")
|
||||
;; fd is a rust program that is significantly faster. It also respects
|
||||
;; .gitignore. This is recommended in the projectile docs
|
||||
(when (executable-find "fd")
|
||||
(setq projectile-git-command "fd . -0"
|
||||
(setq projectile-git-command "fd . --type f -0"
|
||||
projectile-generic-command projectile-git-command)))
|
||||
|
||||
(def-package! magit-todos
|
||||
|
Reference in New Issue
Block a user