From 8732e361600e8ff50d7000511a98d1c9940999d8 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Thu, 19 Sep 2024 22:47:48 +0200 Subject: [PATCH] PROJECTILE: Don't set indexing method This can be forced through .dir.locals.el if necessary. Leave it at default value (alien). --- config_new.org | 1 - 1 file changed, 1 deletion(-) diff --git a/config_new.org b/config_new.org index 4c0966d..52951b8 100644 --- a/config_new.org +++ b/config_new.org @@ -575,7 +575,6 @@ https://github.com/remyferre/comment-dwim-2 (use-package projectile :ensure t :config - (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)