将 Emacs 设置为并排拆分缓冲区 [英] Setting Emacs to Split Buffers Side-by-Side

查看:24
本文介绍了将 Emacs 设置为并排拆分缓冲区的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

很多 Emacs 功能会自动分屏.然而,它们都这样做,使得窗户一个在另一个之上.有没有办法让它们分开,使它们在默认情况下并排?

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 that they are side-by-side by default instead?

推荐答案

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

GNU Emacs Lisp 参考手册:选择窗口选项

GNU Emacs Lisp Reference Manual: Choosing Window Options

这篇关于将 Emacs 设置为并排拆分缓冲区的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆