How to force Emacs not to display buffer in a specific window?

前端 未结 4 1799
小鲜肉
小鲜肉 2020-12-12 23:05

My windows configuration looks like this:

          +----------+-----------+
      |          |           |
      |          |           |
      |          |         


        
4条回答
  •  萌比男神i
    2020-12-12 23:29

    Maybe it will make sense for you to make this lower right window dedicated by set-window-dedicated-p. Then this window will be ignored in operations like find-file-other-window as you want.

提交回复
热议问题