project-kill-buffer-conditions: Tweak
* lisp/progmodes/project.el (project-kill-buffer-conditions): Tweak.
This commit is contained in:
parent
a0d08878f1
commit
06f0d4793c
1 changed files with 1 additions and 1 deletions
|
@ -1228,7 +1228,7 @@ displayed."
|
|||
;; Most of temp and logging buffers (aside from hidden ones):
|
||||
(and
|
||||
(major-mode . fundamental-mode)
|
||||
(not "\\` "))
|
||||
"\\[^ ]")
|
||||
;; non-text buffer such as xref, occur, vc, log, ...
|
||||
(and (derived-mode . special-mode)
|
||||
(not (major-mode . help-mode))
|
||||
|
|
Loading…
Add table
Reference in a new issue