.emacs-my
changeset 364 3d18cfe179cc
parent 363 17df92226b5a
child 365 913375395214
equal deleted inserted replaced
363:17df92226b5a 364:3d18cfe179cc
    51 
    51 
    52 (setq frame-title-format "Emacs - %b")
    52 (setq frame-title-format "Emacs - %b")
    53 
    53 
    54 (setq default-header-line-format nil)
    54 (setq default-header-line-format nil)
    55 ;; (setq default-mode-line-format nil)
    55 ;; (setq default-mode-line-format nil)
       
    56 
       
    57 (setq default-left-fringe-width nil)
       
    58 (setq default-right-fringe-width nil)
       
    59 (setq default-left-margin-width nil)
       
    60 (setq default-right-margin-width nil)
    56 
    61 
    57 ;; show column & line numbers in status bar
    62 ;; show column & line numbers in status bar
    58 (setq column-number-mode t)
    63 (setq column-number-mode t)
    59 (setq line-number-mode t)
    64 (setq line-number-mode t)
    60 
    65