From 2227082c048e8d9efa07cb3082defda6fad6b70d Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Mon, 13 Oct 2025 01:21:31 +0100 Subject: Add HTMLize package --- emacs-config.org | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'emacs-config.org') diff --git a/emacs-config.org b/emacs-config.org index 6b2f2d0..670b21d 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1983,3 +1983,11 @@ Required for styling code syntax on export; see [[help:org-latex-src-block-backe :custom (org-latex-src-block-backend 'engraved)) #+end_src +** HTMLize +https://github.com/emacsorphanage/htmlize +Convert buffer text and decorations to HTML. + +#+begin_src elisp + (use-package htmlize) +#+end_src + -- cgit