PROJECTILE: use hybrid method
Gives more flexibility with .projectile file IMO to add/remove folders from projectile-find-file .
This commit is contained in:
parent
53dd2a9084
commit
12b33b1f49
1 changed files with 1 additions and 1 deletions
|
|
@ -580,7 +580,7 @@ https://github.com/remyferre/comment-dwim-2
|
|||
(use-package projectile
|
||||
:ensure t
|
||||
:config
|
||||
(setq projectile-indexing-method 'alien)
|
||||
(setq projectile-indexing-method 'hybrid)
|
||||
(setq projectile-enable-caching t)
|
||||
(define-key projectile-mode-map (kbd "C-x p") 'projectile-command-map)
|
||||
(projectile-mode +1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue