all repos — nixfiles @ 13ff1bb6fea6de1f09b858285d3bdca84df09078

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

Emacs: make projectile-kill-buffers ignore special buffers

Alan Pearce
commit

13ff1bb6fea6de1f09b858285d3bdca84df09078

parent

4f0337d35c17127429351ef0770df64ec709515f

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

jump to
M user/emacs/.emacs.d/init.eluser/emacs/.emacs.d/init.el
@@ -397,6 +397,7 @@ (add-to-list 'projectile-globally-ignored-files "pnpm-lock.yaml")
(add-to-list 'projectile-project-root-files "package.json") (add-to-list 'projectile-project-root-files-bottom-up "pnpm-workspace.yaml") (setq projectile-completion-system 'ivy + projectile-kill-buffers-filter 'kill-only-files projectile-project-root-files-functions '(projectile-root-local projectile-root-top-down projectile-root-bottom-up