Fix: Prevent projectile from deleting important buffers
This commit is contained in:
parent
261750c158
commit
9c96a2bab7
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
||||||
projectile-require-project-root t
|
projectile-require-project-root t
|
||||||
projectile-globally-ignored-files '(".DS_Store" "Icon
" "TAGS")
|
projectile-globally-ignored-files '(".DS_Store" "Icon
" "TAGS")
|
||||||
projectile-globally-ignored-file-suffixes '(".elc" ".pyc" ".o")
|
projectile-globally-ignored-file-suffixes '(".elc" ".pyc" ".o")
|
||||||
projectile-ignored-projects '("~/" "/tmp"))
|
projectile-ignored-projects '("~/" "/tmp")
|
||||||
|
projectile-kill-buffers-filter 'kill-only-files)
|
||||||
|
|
||||||
:config
|
:config
|
||||||
(add-hook 'dired-before-readin-hook #'projectile-track-known-projects-find-file-hook)
|
(add-hook 'dired-before-readin-hook #'projectile-track-known-projects-find-file-hook)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue