help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ shell buffer ] How not to split the current window?


From: Michael Heerdegen
Subject: Re: [ shell buffer ] How not to split the current window?
Date: Thu, 31 Aug 2017 03:04:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Hi Philippe,

AFAIU it sounds like you want an entry in `display-buffer-alist', e.g.

(add-to-list 'display-buffer-alist
             '("^\\*shell\\*" . (display-buffer-same-window)))


HTH,

Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]