diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-08-29 18:56:51 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-08-31 09:23:20 +0200 |
| commit | 944a53b123677596c173f98a5bbe0e4c0c43e8d3 (patch) | |
| tree | 61c18653c3e0a4b3b88c4d8fca1fb2169f0e13a7 | |
| parent | ab02c98f5c1c596fabdb9374bda16cc2d123d970 (diff) | |
Replaced M-\ with just one space
This is more useful in many more situations
| -rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
