summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2026-02-26 20:18:41 +0100
committerThomas Voss <mail@thomasvoss.com> 2026-02-26 20:18:41 +0100
commit3ee7a48b35bc1d25f3bee6e55c934e83d9d4f068 (patch)
tree784acfc236e05781982a40b395f877194c9cfe49 /.config
parentde3518590e0dd341a4c527bc092d11e663dc8d16 (diff)
emacs: Support M-o in eat-modeHEADmaster
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/modules/mm-keybindings.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el
index e9999ad..432c64e 100644
--- a/.config/emacs/modules/mm-keybindings.el
+++ b/.config/emacs/modules/mm-keybindings.el
@@ -158,6 +158,11 @@ the first command is remapped to the second command."
(mm-keymap-set project-prefix-map
"q" #'mm-humanwave-query)))
+(with-eval-after-load 'eat
+ (with-eval-after-load 'ace-window
+ (mm-keymap-set eat-semi-char-mode-map
+ "M-o" #'ace-window)))
+
;;; Display Available Keybindings