core-projects: don't set projectile-completion-system here
This commit is contained in:
parent
fed4835bb6
commit
5c79105be3
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue