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