.emacs-my
changeset 582 1f59c7449143
parent 580 23876ea23efe
child 583 a9e5bfad6dd5
equal deleted inserted replaced
581:5e3a485408f4 582:1f59c7449143
   124   (global-set-key [apps] 'my-popup-menu)
   124   (global-set-key [apps] 'my-popup-menu)
   125   (global-set-key [menu] 'my-popup-menu)
   125   (global-set-key [menu] 'my-popup-menu)
   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 (and window-system (>= emacs-major-version 23))
   130   ;; Prefer horizontal windows splitting.
   130   ;; Prefer horizontal windows splitting.
   131   (setq split-height-threshold nil)
   131   (setq split-height-threshold nil)
   132   (setq split-width-threshold nil)
   132   (setq split-width-threshold nil)
   133   )
   133   )
   134 
   134