Update README.md

This commit is contained in:
James Cherti
2025-06-30 00:14:01 -04:00
parent 241d0e37f8
commit 18939a1f97

View File

@@ -1257,6 +1257,10 @@ fc-list : family | sed 's/,/\n/g' | sort -u
;; Allow Emacs to upgrade built-in packages, such as Org mode
(setq package-install-upgrade-built-in t)
;; When Delete Selection mode is enabled, typed text replaces the selection
;; if the selection is active.
(delete-selection-mode 1)
;; Display the current line and column numbers in the mode line
(setq line-number-mode t)
(setq column-number-mode t)