From e9f2ed79dad405457102911556433af80cf3ad8a Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:04:28 -0400 Subject: [PATCH] Remove column-number-mode and line-number-mode --- init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/init.el b/init.el index 653ca64..166de01 100644 --- a/init.el +++ b/init.el @@ -371,10 +371,6 @@ ;; Makes Emacs omit the load average information from the mode line. (setq display-time-default-load-average nil) -;; Display the current line and column numbers in the mode line -(setq line-number-mode t) -(setq column-number-mode t) - ;;; Filetype ;; Do not notify the user each time Python tries to guess the indentation offset