PROJECTILE: use hybrid method

Gives more flexibility with .projectile file IMO to add/remove folders
from projectile-find-file .
This commit is contained in:
Laurens Miers 2024-09-12 21:37:32 +02:00
parent 53dd2a9084
commit 12b33b1f49

View file

@ -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)