Prefer horizontal windows splitting.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 02 Jan 2011 21:03:16 +0200
changeset 573 c28b88b60ed0
parent 524 3000e8e36158
child 574 dfd8ec51803a
Prefer horizontal windows splitting.
.emacs-my
--- a/.emacs-my	Thu Dec 23 00:57:29 2010 +0200
+++ b/.emacs-my	Sun Jan 02 21:03:16 2011 +0200
@@ -112,6 +112,11 @@
   (when (>= emacs-major-version 22) (tooltip-mode -1))
   )
 
+(when window-system
+  ;; Prefer horizontal windows splitting.
+  (setq split-height-threshold 15)
+  )
+
 (setq frame-title-format "Emacs - %b")
 
 (setq default-header-line-format nil)