diff options
| author | Blake Romero <blake@developercraft.com> | 2025-10-13 01:21:31 +0100 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2025-10-13 01:21:31 +0100 |
| commit | 2227082c048e8d9efa07cb3082defda6fad6b70d (patch) | |
| tree | 6c9003f0fc9b4cf076461d22a6f35070c5b5c0d4 | |
| parent | 84cbe4a27f8a1979fc354ed5ff524b193e09d18e (diff) | |
Add HTMLize package
| -rw-r--r-- | emacs-config.org | 8 |
1 files changed, 8 insertions, 0 deletions
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 + |
