From e9627944d8f707cd19c3880af812034ff6537d0b Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Mon, 13 Oct 2025 11:12:38 +0100 Subject: Load htmlize after org --- emacs-config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs-config.org') 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 -- cgit