diff options
| -rw-r--r-- | emacs-config.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs-config.org b/emacs-config.org index 3d68a23..c81841c 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1998,6 +1998,7 @@ https://github.com/emacsorphanage/htmlize Convert buffer text and decorations to HTML. #+begin_src elisp - (use-package htmlize) + (use-package htmlize + :after org) #+end_src |
