diff options
author | Yuchen Pei <id@ypei.org> | 2025-08-03 16:45:41 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-08-03 16:45:41 +1000 |
commit | c78999d627ecd89da9beaf7dc52aa65a0d35c70e (patch) | |
tree | 105304d606d6d74c75c8f73f7872988eb18c988a /emacs/.emacs.d/init/ycp-markup.el | |
parent | 12bf5860034eec0cec6b6086c3fa676e17ed1a8a (diff) |
[emacs] Render html
Diffstat (limited to 'emacs/.emacs.d/init/ycp-markup.el')
-rw-r--r-- | emacs/.emacs.d/init/ycp-markup.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-markup.el b/emacs/.emacs.d/init/ycp-markup.el index c331f49..57f30cb 100644 --- a/emacs/.emacs.d/init/ycp-markup.el +++ b/emacs/.emacs.d/init/ycp-markup.el @@ -134,5 +134,9 @@ (add-hook 'json-mode-hook 'my-json-setup-hook) ) +(my-package mhtml-mode + (my-keybind mhtml-mode-map + "C-c C-v" #'my-html-render)) + (provide 'ycp-markup) ;;; ycp-markup.el ends here |