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:
Laurens Miers 2024-09-19 22:47:48 +02:00
parent ee7073ea67
commit 8732e36160

View file

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