all repos — nixfiles @ 19827b13506cdbe6e6490ee74a6fea7066cc2e0d

System and user configuration, managed by nix and home-manager

emacs: don't auto-discover projects at startup
Alan Pearce alan@alanpearce.eu
Tue, 11 Apr 2023 16:58:57 +0200
commit

19827b13506cdbe6e6490ee74a6fea7066cc2e0d

parent

d2711022cde38d2e0035edd917d7f17f2b7c9ff2

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/emacs/init.eluser/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