emacs: don't auto-discover projects at startup
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M user/emacs/init.el → user/emacs/init.el
@@ -929,6 +929,7 @@ (add-to-list 'projectile-project-root-files-bottom-up "pnpm-workspace.yaml") (setq projectile-kill-buffers-filter 'kill-only-files projectile-sort-order 'modification-time projectile-project-search-path '(("~/projects/" . 2)) + projectile-auto-discover nil projectile-project-root-functions '(projectile-root-local projectile-root-top-down projectile-root-bottom-up