diff --git a/lisp/doom-projects.el b/lisp/doom-projects.el index a9aa8edd6..3a7739833 100644 --- a/lisp/doom-projects.el +++ b/lisp/doom-projects.el @@ -183,7 +183,7 @@ And if it's a function, evaluate it." (put 'projectile-git-submodule-command 'initial-value projectile-git-submodule-command) (setq projectile-git-submodule-command nil ;; Include and follow symlinks in file listings. - projectile-git-fd-args (concat "-L -tl " projectile-git-fd-args) + projectile-git-fd-args (concat "-tl " projectile-git-fd-args) projectile-indexing-method 'hybrid projectile-generic-command (lambda (_)