From 4e88d0512e721fea64eab7aac81e5cb5df1cc8c7 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 15 Sep 2018 11:39:06 -0400 Subject: [PATCH] [emacs] use ox-hugo-auto-export --- init.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.org b/init.org index 597b6fb..b7679a7 100644 --- a/init.org +++ b/init.org @@ -1676,6 +1676,9 @@ nil)) #+begin_src emacs-lisp (use-package ox-hugo :after ox) + +(use-package ox-hugo-auto-export + :load-path "lib/ox-hugo") #+end_src * Post initialization -- 2.20.1