summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-11-18 12:13:59 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-11-18 12:13:59 +0100
commit38d514d590dccf6604862d6cc1a00bcad55e9ce2 (patch)
treef6f842f2d3dd2c26437928bf9c63e22b32ce48f6 /.config
parentd7c1c75c86592d998f53dbc42c10ff664b79a329 (diff)
emacs: Map M-\ to cycle-spacing
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/mm-keybindings.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el
index 23ac64a..42d2bfb 100644
--- a/.config/emacs/modules/mm-keybindings.el
+++ b/.config/emacs/modules/mm-keybindings.el
@@ -116,6 +116,8 @@ the first command is remapped to the second command."
"C-]" #'mm-search-forward-char
"M-]" #'mm-search-backward-char
+ "M-\\" #'cycle-spacing
+
"C-M-@" #'mm-add-cursor-to-next-word
"C-c c t" #'mm-transpose-cursor-regions