.emacs-my
changeset 1146 5ab87924ad83
parent 1142 7906db469af0
child 1147 490ac6d8ab55
equal deleted inserted replaced
1143:a7fb97ff9cb6 1146:5ab87924ad83
   265 (when (>= emacs-major-version 23)
   265 (when (>= emacs-major-version 23)
   266   (setq split-height-threshold nil)
   266   (setq split-height-threshold nil)
   267   (setq split-width-threshold nil)
   267   (setq split-width-threshold nil)
   268   )
   268   )
   269 
   269 
   270 (setq frame-title-format "EMACS: %b")
   270 (setq frame-title-format '("EMACS @" system-name ": %b"))
   271 
   271 
   272 ;; Deprecated: `default-header-line-format', `default-mode-line-format'.
   272 ;; Deprecated: `default-header-line-format', `default-mode-line-format'.
   273 ;; For `mode-line-format' default value was used.
   273 ;; For `mode-line-format' default value was used.
   274 (setq-default header-line-format nil)
   274 (setq-default header-line-format nil)
   275 
   275