feat(projects): only show file/process buffers in projectile buffer list

This commit is contained in:
2021-10-06 04:36:31 +01:00
parent cb0cf52769
commit 11bb56b4ac

View File

@@ -22,6 +22,7 @@
("C-c p" . projectile-command-map))
:custom
(projectile-buffers-filter-function 'projectile-buffers-with-file-or-process)
(projectile-cache-file (expand-file-name "projectile" siren-cache-dir))
(projectile-completion-system 'default)
(projectile-enable-caching nil)