From 4f1f5ef44ae891ae08eab099c41f2d1116058aab Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:11:32 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 338e2dd..da34fbc 100644 --- a/README.md +++ b/README.md @@ -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`: ```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-line-numbers-mode 1)