From 944a53b123677596c173f98a5bbe0e4c0c43e8d3 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Fri, 29 Aug 2025 18:56:51 +0200 Subject: Replaced M-\ with just one space This is more useful in many more situations --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 26a2451..a6652c8 100644 --- a/init.el +++ b/init.el @@ -40,6 +40,7 @@ (setq scroll-conservatively 5 ; Smooth scrolling~ scroll-margin 5) ; https://themkat.net/2025/03/25/simple_smoother_emacs_scrolling.html +(global-set-key (kbd "M-\\") #'just-one-space) ; Leave one space instead of killing all ;; Multiple-cursors (use-package multiple-cursors -- cgit v1.3.1