diff options
-rw-r--r-- | init.org | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2478,10 +2478,11 @@ Convenient footnotes in =message-mode=. #+begin_src emacs-lisp (use-package ox-hugo - :after ox) + :after ox + :demand) (use-feature ox-hugo-auto-export - :after ox-hugo) + :demand) #+end_src * Post initialization |