.emacs-my
changeset 576 259fabfae56e
parent 564 0eae7b87c27a
parent 573 c28b88b60ed0
child 578 66918a26149f
--- a/.emacs-my	Wed Feb 09 15:20:49 2011 +0200
+++ b/.emacs-my	Sun Feb 20 21:11:26 2011 +0200
@@ -126,6 +126,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)