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

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

First split horizontally, and then vertically


From: Alexander Shukaev
Subject: First split horizontally, and then vertically
Date: Tue, 11 Aug 2015 22:37:42 +0200

Hello,

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.  Schematically this would look as
follows:


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

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

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

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

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

etc.  Thanks.

Regards,
Alexander



reply via email to

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