Emacs: make projectile-kill-buffers ignore special buffers
Alan Pearce alan@alanpearce.eu
Wed, 22 Jan 2020 16:51:48 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M user/emacs/.emacs.d/init.el → user/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