5.16.1 HTML Install

In your initialization file, bind the Transient casual-html-tmenu to your key binding of preference.

(keymap-set html-mode-map "M-m" #'casual-html-tmenu)

It is convenient to also bind casual-html-tags-tmenu as well.

(keymap-set html-mode-map "C-c m" #'casual-html-tags-tmenu)

The binding M-m is intended to complement the binding C-o used by EditKit.

If HTML Tree-sitter support is enabled, use the keymap html-ts-mode-map in place of html-mode-map.