diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-02-26 20:18:41 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-02-26 20:18:41 +0100 |
| commit | 3ee7a48b35bc1d25f3bee6e55c934e83d9d4f068 (patch) | |
| tree | 784acfc236e05781982a40b395f877194c9cfe49 /.config/emacs | |
| parent | de3518590e0dd341a4c527bc092d11e663dc8d16 (diff) | |
Diffstat (limited to '.config/emacs')
| -rw-r--r-- | .config/emacs/modules/mm-keybindings.el | 5 |
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 |