.emacs-my
changeset 933 8627e7b2c209
parent 932 5648b7498bc5
child 934 e8af987ef004
equal deleted inserted replaced
932:5648b7498bc5 933:8627e7b2c209
   238   (setq split-width-threshold nil)
   238   (setq split-width-threshold nil)
   239   )
   239   )
   240 
   240 
   241 (setq frame-title-format "EMACS: %b")
   241 (setq frame-title-format "EMACS: %b")
   242 
   242 
   243 (setq default-header-line-format nil)
   243 ;; Deprecated: `default-header-line-format', `default-mode-line-format'.
   244 ;; (setq default-mode-line-format nil)
   244 ;; For `mode-line-format' default value was used.
       
   245 (setq-default header-line-format nil)
   245 
   246 
   246 (setq default-left-fringe-width nil)
   247 (setq default-left-fringe-width nil)
   247 (setq default-right-fringe-width nil)
   248 (setq default-right-fringe-width nil)
   248 (setq default-left-margin-width nil)
   249 (setq default-left-margin-width nil)
   249 (setq default-right-margin-width nil)
   250 (setq default-right-margin-width nil)