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:
parent
587efce9fa
commit
488dc24d2a
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue