summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2025-08-29 18:56:51 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2025-08-31 09:23:20 +0200
commit944a53b123677596c173f98a5bbe0e4c0c43e8d3 (patch)
tree61c18653c3e0a4b3b88c4d8fca1fb2169f0e13a7
parentab02c98f5c1c596fabdb9374bda16cc2d123d970 (diff)
Replaced M-\ with just one space
This is more useful in many more situations
-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