From a3124f00d5af91f2ebce11ea12cafbcd4096b970 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 1 Aug 2018 19:26:48 +0200 Subject: [PATCH] Remove redundant projectile-indexing-method setter --- core/core-projects.el | 1 - 1 file changed, 1 deletion(-) 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")