diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-18 12:13:59 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-18 12:13:59 +0100 |
commit | 38d514d590dccf6604862d6cc1a00bcad55e9ce2 (patch) | |
tree | f6f842f2d3dd2c26437928bf9c63e22b32ce48f6 /.config/emacs/modules | |
parent | d7c1c75c86592d998f53dbc42c10ff664b79a329 (diff) |
emacs: Map M-\ to cycle-spacing
Diffstat (limited to '.config/emacs/modules')
-rw-r--r-- | .config/emacs/modules/mm-keybindings.el | 2 |
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 |