From c78999d627ecd89da9beaf7dc52aa65a0d35c70e Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sun, 3 Aug 2025 16:45:41 +1000 Subject: [emacs] Render html --- emacs/.emacs.d/init/ycp-markup.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs/.emacs.d/init/ycp-markup.el') 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 -- cgit v1.2.3