mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(projects): only show file/process buffers in projectile buffer list
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user