aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-20 14:43:24 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-20 14:43:24 -0400
commit0ccd32f388280cef07ea7962ac2a6151652d0da5 (patch)
tree8110bb4a76023787754bb96dc9fbf789469d8eea /init.el
parentrefactor: Organize Text Editor subsections (diff)
downloadmmosmacs-0ccd32f388280cef07ea7962ac2a6151652d0da5.tar.gz
mmosmacs-0ccd32f388280cef07ea7962ac2a6151652d0da5.tar.bz2
mmosmacs-0ccd32f388280cef07ea7962ac2a6151652d0da5.zip
Display line & column numbers
Diffstat (limited to 'init.el')
-rw-r--r--init.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/init.el b/init.el
index efafdd5..460bd11 100644
--- a/init.el
+++ b/init.el
@@ -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