Kill eshell-mode project buffers too
* lisp/progmodes/project.el (project-kill-buffer-conditions): Add 'eshell-mode' too (bug#49465).
This commit is contained in:
parent
895215854d
commit
32d12840e6
1 changed files with 1 additions and 0 deletions
|
@ -1175,6 +1175,7 @@ displayed."
|
|||
(derived-mode . dired-mode)
|
||||
(derived-mode . diff-mode)
|
||||
(derived-mode . comint-mode)
|
||||
(derived-mode . eshell-mode)
|
||||
(derived-mode . change-log-mode))
|
||||
"List of conditions to kill buffers related to a project.
|
||||
This list is used by `project-kill-buffers'.
|
||||
|
|
Loading…
Add table
Reference in a new issue