.emacs-my
changeset 366 223c01e1a084
parent 365 913375395214
child 367 58e70956523a
child 368 a9c688c1b85f
equal deleted inserted replaced
365:913375395214 366:223c01e1a084
    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 
    61 
    62 (setq default-line-spacing nil)
    62 (setq default-line-spacing nil)
       
    63 
       
    64 (setq default-truncate-lines nil)
    63 
    65 
    64 ;; show column & line numbers in status bar
    66 ;; show column & line numbers in status bar
    65 (setq column-number-mode t)
    67 (setq column-number-mode t)
    66 (setq line-number-mode t)
    68 (setq line-number-mode t)
    67 
    69