aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2026-07-27 19:52:08 +0200
committerThomas Schneider <qsx@chaotikum.eu>2026-07-27 20:02:58 +0200
commitd49e3390c19ffa24d304d5e3ac6a4af690a3c799 (patch)
treec60a9e2cec33e369c083d15fa5b474ba01f9240f /dot.emacs.d
parent446a87a8eab90be3abf1860dabc229b1c65d8c72 (diff)
Emacs: Configure html-mode-map to drop `M-o` keybind
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 2247d0d..e55f9f3 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -228,6 +228,10 @@
:bind ("M-o" . ace-window)
:config (setq aw-scope 'frame))
+(use-package mhtml-mode
+ :ensure nil
+ :config (keymap-unset html-mode-map "M-o"))
+
(use-package avy
:bind (("C-." . avy-goto-char-timer)
("C-:" . avy-goto-char-2)