1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

Prevent tex-shell buffer from reusing same window

* lisp/window.el (display-tex-shell-buffer-action): Add
'inhibit-same-window' to the default action.
This commit is contained in:
Robert Pluim 2023-06-19 17:31:25 +02:00
parent 587efce9fa
commit 488dc24d2a

View file

@ -8795,7 +8795,8 @@ another window."
:group 'windows
:group 'comint)
(defcustom display-tex-shell-buffer-action '(display-buffer-in-previous-window)
(defcustom display-tex-shell-buffer-action '(display-buffer-in-previous-window
(inhibit-same-window . t))
"`display-buffer' action for displaying TeX shell buffers."
:type display-buffer--action-custom-type
:risky t