From f1295007b436b5f0f5da69b8c576cde0eec78fe5 Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Wed, 12 Mar 2025 11:15:26 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da34fbc..e8db80d 100644 --- a/README.md +++ b/README.md @@ -861,6 +861,7 @@ To prevent Emacs from saving customization information to a custom file, set `cu ;; Display the current line and column numbers in the mode line (setq line-number-mode t) (setq column-number-mode t) +(setq mode-line-position-column-line-format '("%l:%C")) ;; Display of line numbers in the buffer: ;; (display-line-numbers-mode 1)