diff options
-rw-r--r-- | init.el | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -65,6 +65,16 @@ | |||
65 | ;; --------------------------------------------------------------------- | 65 | ;; --------------------------------------------------------------------- |
66 | 66 | ||
67 | ;; --------------------------------- | 67 | ;; --------------------------------- |
68 | ;; Line and column numbers | ||
69 | ;; ----------------------- | ||
70 | ;; It helps to know where you are | ||
71 | ;; --------------------------------- | ||
72 | |||
73 | (column-number-mode) | ||
74 | (global-display-line-numbers-mode t) | ||
75 | |||
76 | |||
77 | ;; --------------------------------- | ||
68 | ;; Scrolling | 78 | ;; Scrolling |
69 | ;; --------- | 79 | ;; --------- |
70 | ;; This makes the scrolling behavior | 80 | ;; This makes the scrolling behavior |