diff --git a/core/core-projects.el b/core/core-projects.el index 38d3f69e3..bfad45883 100644 --- a/core/core-projects.el +++ b/core/core-projects.el @@ -6,7 +6,6 @@ :init (setq projectile-cache-file (concat doom-cache-dir "projectile.cache") projectile-enable-caching (not noninteractive) - projectile-indexing-method (if IS-WINDOWS 'native 'alien) projectile-known-projects-file (concat doom-cache-dir "projectile.projects") projectile-require-project-root nil projectile-globally-ignored-files '(".DS_Store" "Icon " "TAGS")