Remove redundant projectile-indexing-method setter

This commit is contained in:
Henrik Lissner
2018-08-01 19:26:48 +02:00
parent b7bbf4d7ed
commit a3124f00d5

View File

@ -6,7 +6,6 @@
:init :init
(setq projectile-cache-file (concat doom-cache-dir "projectile.cache") (setq projectile-cache-file (concat doom-cache-dir "projectile.cache")
projectile-enable-caching (not noninteractive) projectile-enable-caching (not noninteractive)
projectile-indexing-method (if IS-WINDOWS 'native 'alien)
projectile-known-projects-file (concat doom-cache-dir "projectile.projects") projectile-known-projects-file (concat doom-cache-dir "projectile.projects")
projectile-require-project-root nil projectile-require-project-root nil
projectile-globally-ignored-files '(".DS_Store" "Icon projectile-globally-ignored-files '(".DS_Store" "Icon