mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove redundant projectile-indexing-method setter
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user