diff options
Diffstat (limited to 'emacs-config.org')
| -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 + |
