How do I make this Emacs frame keep its buffer and not get resized?

前端 未结 4 1921
天涯浪人
天涯浪人 2020-12-03 02:59

My Emacs frame looks like this:

+---------------------------+
|             |             |
|             |             |
|             |      B      |
|             


        
4条回答
  •  -上瘾入骨i
    2020-12-03 03:45

    You could use winner-mode to be able to undo the changes to be the window sizes.

    You could also explicitly save and restore the window configuration in registers.

提交回复
热议问题