# HG changeset patch # User Oleksandr Gavenko # Date 1298327973 -7200 # Node ID 23876ea23efe4a98a9d8d0e5b1841efafb685bd5 # Parent b71e74cfe81779745c97d4a9f434ea8b47968188 Prefer horizontal windows splitting. diff -r b71e74cfe817 -r 23876ea23efe .emacs-my --- a/.emacs-my Mon Feb 21 23:38:34 2011 +0200 +++ b/.emacs-my Tue Feb 22 00:39:33 2011 +0200 @@ -128,7 +128,8 @@ (when window-system ;; Prefer horizontal windows splitting. - (setq split-height-threshold 15) + (setq split-height-threshold nil) + (setq split-width-threshold nil) ) (setq frame-title-format "Emacs - %b")