.emacs-my
changeset 1106 880ab08e67ec
parent 1105 74211b52b859
child 1107 cc1303629cde
equal deleted inserted replaced
1105:74211b52b859 1106:880ab08e67ec
   272 
   272 
   273 (setq default-left-fringe-width nil)
   273 (setq default-left-fringe-width nil)
   274 (setq default-right-fringe-width nil)
   274 (setq default-right-fringe-width nil)
   275 (setq default-left-margin-width nil)
   275 (setq default-left-margin-width nil)
   276 (setq default-right-margin-width nil)
   276 (setq default-right-margin-width nil)
   277 
       
   278 (setq default-line-spacing nil)
       
   279 
   277 
   280 (if (< emacs-major-version 24)
   278 (if (< emacs-major-version 24)
   281     (setq default-truncate-lines nil)
   279     (setq default-truncate-lines nil)
   282   (setq truncate-lines nil)
   280   (setq truncate-lines nil)
   283   )
   281   )