PROJECTILE: Don't set indexing method
This can be forced through .dir.locals.el if necessary. Leave it at default value (alien).
This commit is contained in:
parent
ee7073ea67
commit
8732e36160
1 changed files with 0 additions and 1 deletions
|
|
@ -575,7 +575,6 @@ https://github.com/remyferre/comment-dwim-2
|
||||||
(use-package projectile
|
(use-package projectile
|
||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
(setq projectile-indexing-method 'hybrid)
|
|
||||||
(setq projectile-enable-caching t)
|
(setq projectile-enable-caching t)
|
||||||
(define-key projectile-mode-map (kbd "C-x p") 'projectile-command-map)
|
(define-key projectile-mode-map (kbd "C-x p") 'projectile-command-map)
|
||||||
(projectile-mode +1)
|
(projectile-mode +1)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue