diff options
Diffstat (limited to '.config')
| -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 |