将Emacs设置为水平分割 [英] Setting Emacs Split to Horizontal

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

问题描述

很多Emacs功能自动分割屏幕。但是,它们都是垂直方向的(即,它们形成两个窗口,一个在另一个之上)。有没有办法使它们全部水平分割(并排),而不是呢?

A lot of Emacs functions automatically split the screen. However, they all do so vertically, (ie; they make two windows, one on top of the other). Is there any way to make them all split horizontally (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天全站免登陆