diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 19:52:08 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 20:02:58 +0200 |
| commit | d49e3390c19ffa24d304d5e3ac6a4af690a3c799 (patch) | |
| tree | c60a9e2cec33e369c083d15fa5b474ba01f9240f /dot.emacs.d/init.el | |
| parent | 446a87a8eab90be3abf1860dabc229b1c65d8c72 (diff) | |
Emacs: Configure html-mode-map to drop `M-o` keybind
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 4 |
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) |
