.emacs-my
changeset 612 1c59e45f5358
parent 611 49c993d41d3f
child 613 1e7314bb84bc
equal deleted inserted replaced
611:49c993d41d3f 612:1c59e45f5358
   161   (global-set-key [menu] 'my-popup-menu)
   161   (global-set-key [menu] 'my-popup-menu)
   162   (when (>= emacs-major-version 22) (tooltip-mode -1))
   162   (when (>= emacs-major-version 22) (tooltip-mode -1))
   163   )
   163   )
   164 
   164 
   165 ;; Prefer horizontal windows splitting.
   165 ;; Prefer horizontal windows splitting.
   166 (setq split-height-threshold nil)
   166 (when (>= emacs-major-version 23)
   167 (setq split-width-threshold nil)
   167   (setq split-height-threshold nil)
       
   168   (setq split-width-threshold nil)
       
   169   )
   168 
   170 
   169 (setq frame-title-format "Emacs - %b")
   171 (setq frame-title-format "Emacs - %b")
   170 
   172 
   171 (setq default-header-line-format nil)
   173 (setq default-header-line-format nil)
   172 ;; (setq default-mode-line-format nil)
   174 ;; (setq default-mode-line-format nil)