PROJECTILE: Enable caching

Speeds up find-file
This commit is contained in:
Laurens Miers 2023-05-05 10:29:21 +02:00
parent 3867667e69
commit c5d49f0e07

View file

@ -771,6 +771,7 @@ https://github.com/bbatsov/projectile
:config
(setq projectile-globally-ignored-directories (cons ".ccls-cache" projectile-globally-ignored-directories))
(setq projectile-indexing-method 'hybrid)
(setq projectile-enable-caching t)
(projectile-global-mode)
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
)