From 63e9bfeb2ad51d18b3ca81b5173f6c20fcce2f7b Mon Sep 17 00:00:00 2001 From: earnest ma Date: Tue, 16 Aug 2022 20:48:21 -0400 Subject: [PATCH] Doom: Upstream fix for Projectile + fd issue --- doom/.config/doom/+projects.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doom/.config/doom/+projects.el b/doom/.config/doom/+projects.el index 4864cfe..5728cae 100644 --- a/doom/.config/doom/+projects.el +++ b/doom/.config/doom/+projects.el @@ -9,11 +9,7 @@ Most of them are managed using `ghq' in ~/ghq/, however there are also some projects in other locations.") (after! projectile - (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")) + (setq projectile-project-search-path project-locations)) (after! magit (add-hook! 'after-save-hook #'magit-after-save-refresh-status)