Fix "Prefer horizontal windows splitting" for terminals.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 09 Mar 2011 00:37:46 +0200
changeset 595 be6c27e4c776
parent 594 93c74987f418
child 596 0220d2cf895a
Fix "Prefer horizontal windows splitting" for terminals. Assiment work on any version and term/X Window output.
.emacs-my
--- a/.emacs-my	Thu Mar 03 16:28:01 2011 +0200
+++ b/.emacs-my	Wed Mar 09 00:37:46 2011 +0200
@@ -127,11 +127,9 @@
   (when (>= emacs-major-version 22) (tooltip-mode -1))
   )
 
-(when (and window-system (>= emacs-major-version 23))
-  ;; Prefer horizontal windows splitting.
-  (setq split-height-threshold nil)
-  (setq split-width-threshold nil)
-  )
+;; Prefer horizontal windows splitting.
+(setq split-height-threshold nil)
+(setq split-width-threshold nil)
 
 (setq frame-title-format "Emacs - %b")