Update README.md

This commit is contained in:
James Cherti
2025-03-12 11:11:32 -04:00
parent e9f2ed79da
commit 4f1f5ef44a

View File

@@ -858,6 +858,10 @@ To prevent Emacs from saving customization information to a custom file, set `cu
2. You can also add the following to `~/.emacs.d/post-init.el`: 2. You can also add the following to `~/.emacs.d/post-init.el`:
```emacs-lisp ```emacs-lisp
;; Display the current line and column numbers in the mode line
(setq line-number-mode t)
(setq column-number-mode t)
;; Display of line numbers in the buffer: ;; Display of line numbers in the buffer:
;; (display-line-numbers-mode 1) ;; (display-line-numbers-mode 1)