all repos — nixfiles @ 01b1da4680c74ab10869918d22cb81013688480d

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

emacs: auto-discover projectile projects I no longer need the `add_project` function to add these from a shell

Alan Pearce
commit

01b1da4680c74ab10869918d22cb81013688480d

parent

0e1b432394b60befdca4e268f05441e2835e46b5

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M user/emacs/init.eluser/emacs/init.el
@@ -925,6 +925,7 @@ (add-to-list 'projectile-project-root-files "package.json")
(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-project-root-functions '(projectile-root-local projectile-root-top-down projectile-root-bottom-up