.emacs-my
changeset 580 23876ea23efe
parent 578 66918a26149f
child 582 1f59c7449143
equal deleted inserted replaced
579:b71e74cfe817 580:23876ea23efe
   126   (when (>= emacs-major-version 22) (tooltip-mode -1))
   126   (when (>= emacs-major-version 22) (tooltip-mode -1))
   127   )
   127   )
   128 
   128 
   129 (when window-system
   129 (when window-system
   130   ;; Prefer horizontal windows splitting.
   130   ;; Prefer horizontal windows splitting.
   131   (setq split-height-threshold 15)
   131   (setq split-height-threshold nil)
       
   132   (setq split-width-threshold nil)
   132   )
   133   )
   133 
   134 
   134 (setq frame-title-format "Emacs - %b")
   135 (setq frame-title-format "Emacs - %b")
   135 
   136 
   136 (setq default-header-line-format nil)
   137 (setq default-header-line-format nil)