.emacs-my
changeset 595 be6c27e4c776
parent 594 93c74987f418
child 596 0220d2cf895a
equal deleted inserted replaced
594:93c74987f418 595:be6c27e4c776
   125   (global-set-key [apps] 'my-popup-menu)
   125   (global-set-key [apps] 'my-popup-menu)
   126   (global-set-key [menu] 'my-popup-menu)
   126   (global-set-key [menu] 'my-popup-menu)
   127   (when (>= emacs-major-version 22) (tooltip-mode -1))
   127   (when (>= emacs-major-version 22) (tooltip-mode -1))
   128   )
   128   )
   129 
   129 
   130 (when (and window-system (>= emacs-major-version 23))
   130 ;; Prefer horizontal windows splitting.
   131   ;; Prefer horizontal windows splitting.
   131 (setq split-height-threshold nil)
   132   (setq split-height-threshold nil)
   132 (setq split-width-threshold nil)
   133   (setq split-width-threshold nil)
       
   134   )
       
   135 
   133 
   136 (setq frame-title-format "Emacs - %b")
   134 (setq frame-title-format "Emacs - %b")
   137 
   135 
   138 (setq default-header-line-format nil)
   136 (setq default-header-line-format nil)
   139 ;; (setq default-mode-line-format nil)
   137 ;; (setq default-mode-line-format nil)