From 38d514d590dccf6604862d6cc1a00bcad55e9ce2 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 18 Nov 2024 12:13:59 +0100 Subject: emacs: Map M-\ to cycle-spacing --- .config/emacs/modules/mm-keybindings.el | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config/emacs/modules/mm-keybindings.el') 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 -- cgit v1.2.3