aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-20 14:50:17 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-04-20 14:50:17 -0400
commit304279ebca695e7aab974e1bc2c175be7ba4e714 (patch)
treeecd666910cb3d906d6359b5587de8dab4283996e
parentDisplay line & column numbers (diff)
downloadmmosmacs-304279ebca695e7aab974e1bc2c175be7ba4e714.tar.gz
mmosmacs-304279ebca695e7aab974e1bc2c175be7ba4e714.tar.bz2
mmosmacs-304279ebca695e7aab974e1bc2c175be7ba4e714.zip
Delete selected text when typing over it
-rw-r--r--init.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/init.el b/init.el
index 460bd11..806c409 100644
--- a/init.el
+++ b/init.el
@@ -129,6 +129,16 @@
129(global-visual-line-mode) 129(global-visual-line-mode)
130 130
131 131
132;; ---------------------------------
133;; Type over selected text
134;; -----------------------
135;; Typing over selected text should
136;; delete the selected text
137;; ---------------------------------
138
139(delete-selection-mode t)
140
141
132 142
133 143
134;; --------------------------------------------------------------------- 144;; ---------------------------------------------------------------------