summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
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