help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: First split horizontally, and then vertically


From: Jorge A. Alfaro-Murillo
Subject: Re: First split horizontally, and then vertically
Date: Wed, 12 Aug 2015 10:45:38 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Alexander Shukaev writes:

which values should I put into
(setq-default split-width-threshold  ?)
(setq-default split-height-threshold ?) so that Emacs first splits windows horizontally (until the limit) and only then splits them vertically.

I also prefer vertical splitting, I have it set up so that no windows are split horizontally unless I do it myself:

#+BEGIN_SRC emacs-lisp
 (setq split-height-threshold nil)
 (setq split-width-threshold 150)
#+END_SRC

You can also try setting split-height-threshold to 0, to make a vertical split more likely than a horizontal one.

Best,
--
Jorge.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]