.emacs-my
changeset 1147 490ac6d8ab55
parent 1146 5ab87924ad83
child 1148 9659883a1bec
equal deleted inserted replaced
1146:5ab87924ad83 1147:490ac6d8ab55
   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 @" system-name ": %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