From 4ec9311b65f343ceb9efd6709908a6e5ee44b6d7 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 25 Aug 2025 09:53:24 +1000 Subject: [emacs] Add html view mode --- emacs/.emacs.d/init/ycp-markup.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs/.emacs.d/init') diff --git a/emacs/.emacs.d/init/ycp-markup.el b/emacs/.emacs.d/init/ycp-markup.el index 4922d6e..c5f874f 100644 --- a/emacs/.emacs.d/init/ycp-markup.el +++ b/emacs/.emacs.d/init/ycp-markup.el @@ -139,5 +139,10 @@ (my-keybind mhtml-mode-map "C-c C-v" #'my-html-render)) +(my-package my-markup + (:delay 15) + (add-to-list 'auto-mode-alist '("\\.html\\'" . htmlv-mode)) + ) + (provide 'ycp-markup) ;;; ycp-markup.el ends here -- cgit v1.2.3