PROJECTILE: Enable caching
Speeds up find-file
This commit is contained in:
parent
3867667e69
commit
c5d49f0e07
1 changed files with 1 additions and 0 deletions
|
|
@ -771,6 +771,7 @@ https://github.com/bbatsov/projectile
|
||||||
:config
|
:config
|
||||||
(setq projectile-globally-ignored-directories (cons ".ccls-cache" projectile-globally-ignored-directories))
|
(setq projectile-globally-ignored-directories (cons ".ccls-cache" projectile-globally-ignored-directories))
|
||||||
(setq projectile-indexing-method 'hybrid)
|
(setq projectile-indexing-method 'hybrid)
|
||||||
|
(setq projectile-enable-caching t)
|
||||||
(projectile-global-mode)
|
(projectile-global-mode)
|
||||||
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
|
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue