equal
deleted
inserted
replaced
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 |