diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-12-31 20:10:35 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-12-31 20:10:35 +0100 |
commit | 30dd40d26b5d4a0a1af2f1472579be5516fb0e0d (patch) | |
tree | 477972beb4704c725fa559cdd2c3b7717afda0d7 /.config | |
parent | 897e30f4bf686f29627923d885b05da43ada532f (diff) |
emacs: Remove ‘M-o’ binding in ‘mhtml-mode’
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/modules/mm-keybindings.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/emacs/modules/mm-keybindings.el b/.config/emacs/modules/mm-keybindings.el index 9917ab8..a5919de 100644 --- a/.config/emacs/modules/mm-keybindings.el +++ b/.config/emacs/modules/mm-keybindings.el @@ -100,6 +100,10 @@ the first command is remapped to the second command." (keymap-global-unset "C-x C-l" :remove) ; ‘downcase-region’ (keymap-global-unset "C-x C-u" :remove) ; ‘upcase-region’ +;; The following conflict with ‘ace-window’ +(with-eval-after-load 'mhtml-mode + (keymap-unset html-mode-map "M-o" :remove)) + ;;; Bind Commands Globally |