Doom: Upstream fix for Projectile + fd issue

main
earnest ma 2022-08-16 20:48:21 -04:00
parent 440a181883
commit 63e9bfeb2a
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 1 additions and 5 deletions

View File

@ -9,11 +9,7 @@ Most of them are managed using `ghq' in ~/ghq/, however there are also some
projects in other locations.") projects in other locations.")
(after! projectile (after! projectile
(setq projectile-project-search-path project-locations) (setq projectile-project-search-path project-locations))
;; TODO Work-around https://github.com/doomemacs/doomemacs/issues/6600
;; https://github.com/doomemacs/doomemacs/pull/6597
;; https://github.com/bbatsov/projectile/issues/1788
(setq projectile-generic-command "fd . -0 --type f --color=never"))
(after! magit (after! magit
(add-hook! 'after-save-hook #'magit-after-save-refresh-status) (add-hook! 'after-save-hook #'magit-after-save-refresh-status)