.emacs-my
changeset 365 913375395214
parent 364 3d18cfe179cc
child 366 223c01e1a084
equal deleted inserted replaced
364:3d18cfe179cc 365:913375395214
    56 
    56 
    57 (setq default-left-fringe-width nil)
    57 (setq default-left-fringe-width nil)
    58 (setq default-right-fringe-width nil)
    58 (setq default-right-fringe-width nil)
    59 (setq default-left-margin-width nil)
    59 (setq default-left-margin-width nil)
    60 (setq default-right-margin-width nil)
    60 (setq default-right-margin-width nil)
       
    61 
       
    62 (setq default-line-spacing nil)
    61 
    63 
    62 ;; show column & line numbers in status bar
    64 ;; show column & line numbers in status bar
    63 (setq column-number-mode t)
    65 (setq column-number-mode t)
    64 (setq line-number-mode t)
    66 (setq line-number-mode t)
    65 
    67