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