diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-04-20 14:43:24 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-04-20 14:43:24 -0400 |
commit | 0ccd32f388280cef07ea7962ac2a6151652d0da5 (patch) | |
tree | 8110bb4a76023787754bb96dc9fbf789469d8eea /init.el | |
parent | refactor: Organize Text Editor subsections (diff) | |
download | mmosmacs-0ccd32f388280cef07ea7962ac2a6151652d0da5.tar.gz mmosmacs-0ccd32f388280cef07ea7962ac2a6151652d0da5.tar.bz2 mmosmacs-0ccd32f388280cef07ea7962ac2a6151652d0da5.zip |
Display line & column numbers
Diffstat (limited to 'init.el')
-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 |