diff options
author | Alan Pearce | 2023-04-08 08:51:49 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-08 08:51:49 +0200 |
commit | 01b1da4680c74ab10869918d22cb81013688480d (patch) | |
tree | ce6644cc47eb2e1fbdcc778c63476b38fb1fc1a7 /user/emacs | |
parent | 0e1b432394b60befdca4e268f05441e2835e46b5 (diff) | |
download | nixfiles-01b1da4680c74ab10869918d22cb81013688480d.tar.lz nixfiles-01b1da4680c74ab10869918d22cb81013688480d.tar.zst nixfiles-01b1da4680c74ab10869918d22cb81013688480d.zip |
emacs: auto-discover projectile projects
I no longer need the `add_project` function to add these from a shell
Diffstat (limited to 'user/emacs')
-rw-r--r-- | user/emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/emacs/init.el b/user/emacs/init.el index 9542a732..276b82c3 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -925,6 +925,7 @@ _p_rev _u_pper _=_: upper/lower _r_esolve (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 |