From 0ccd32f388280cef07ea7962ac2a6151652d0da5 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:43:24 -0400 Subject: Display line & column numbers --- init.el | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index efafdd5..460bd11 100644 --- a/init.el +++ b/init.el @@ -64,6 +64,16 @@ ;; These tweaks are meant to make the text editor more convenient. ;; --------------------------------------------------------------------- +;; --------------------------------- +;; Line and column numbers +;; ----------------------- +;; It helps to know where you are +;; --------------------------------- + +(column-number-mode) +(global-display-line-numbers-mode t) + + ;; --------------------------------- ;; Scrolling ;; --------- -- cgit v1.2.3