Remove column-number-mode and line-number-mode

This commit is contained in:
James Cherti
2025-03-12 11:04:28 -04:00
parent 4507f11f12
commit e9f2ed79da

View File

@@ -371,10 +371,6 @@
;; Makes Emacs omit the load average information from the mode line. ;; Makes Emacs omit the load average information from the mode line.
(setq display-time-default-load-average nil) (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 ;;; Filetype
;; Do not notify the user each time Python tries to guess the indentation offset ;; Do not notify the user each time Python tries to guess the indentation offset