From 4d4cf261d68998a5e6516de888eecf7435ab5999 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 29 Dec 2018 00:57:28 -0500 Subject: [PATCH] [emacs] fix ox-hugo and its auto export --- init.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index 0e6f330..4684873 100644 --- a/init.org +++ b/init.org @@ -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 -- 2.20.1