diff options
-rw-r--r-- | user/emacs/.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user/emacs/.emacs.d/init.el b/user/emacs/.emacs.d/init.el index edd19da1..d679f086 100644 --- a/user/emacs/.emacs.d/init.el +++ b/user/emacs/.emacs.d/init.el @@ -397,6 +397,7 @@ _p_rev _u_pper _=_: upper/lower _r_esolve (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 |