From 18939a1f973ca87a131f3a13a11660cba27f51ed Mon Sep 17 00:00:00 2001 From: James Cherti <60946298+jamescherti@users.noreply.github.com> Date: Mon, 30 Jun 2025 00:14:01 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c281df2..0730f61 100644 --- a/README.md +++ b/README.md @@ -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)