From 560929769b0bfe097ca114a67c33b5db95b676dd Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Fri, 26 Dec 2025 00:50:50 +0100 Subject: Delete text when typing with a selection --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 15b7738..3b92b6f 100644 --- a/init.el +++ b/init.el @@ -56,6 +56,7 @@ (which-key-mode) ; Enable which-key (didn't know this is built-in now!) +(delete-selection-mode 1) (setq-default fill-column 94) ; Fill columns to half of my laptop's screen (global-set-key (kbd "M-\\") #'just-one-space) ; Leave one space instead of killing all -- cgit v1.3.1