Setting Emacs to Split Buffers Side-by-Side

后端 未结 6 690
情书的邮戳
情书的邮戳 2020-11-28 19:53

A lot of Emacs functions automatically split the screen. However, they all do so such that the windows are one on top of the other. Is there any way to make them split such

6条回答
  •  执念已碎
    2020-11-28 20:26

    (setq split-height-threshold 0) (setq split-width-threshold 0)
    

    is what i had to use to get the desired behaviour (no horizontal splitting)

提交回复
热议问题