core-projects: don't set projectile-completion-system here

This commit is contained in:
Henrik Lissner 2017-02-13 04:46:21 -05:00
parent fed4835bb6
commit 5c79105be3

View file

@ -7,7 +7,6 @@
(@def-package projectile :demand t (@def-package projectile :demand t
:init :init
(setq projectile-cache-file (concat doom-cache-dir "/projectile.cache") (setq projectile-cache-file (concat doom-cache-dir "/projectile.cache")
projectile-completion-system 'ivy
projectile-enable-caching (not noninteractive) projectile-enable-caching (not noninteractive)
projectile-file-exists-remote-cache-expire nil projectile-file-exists-remote-cache-expire nil
projectile-globally-ignored-directories `(,doom-cache-dir ".sync") projectile-globally-ignored-directories `(,doom-cache-dir ".sync")