diff options
author | Amin Bandali <amin@gnu.org> | 2018-09-15 11:39:06 -0400 |
---|---|---|
committer | Amin Bandali <amin@gnu.org> | 2018-09-15 11:39:06 -0400 |
commit | 4e88d0512e721fea64eab7aac81e5cb5df1cc8c7 (patch) | |
tree | 3622d97ebb3c6ec62546548e667174bada4c64b4 | |
parent | 9be4b796c9de9c2542f11d1cd2f2115533e3476f (diff) | |
download | configs-4e88d0512e721fea64eab7aac81e5cb5df1cc8c7.tar.gz configs-4e88d0512e721fea64eab7aac81e5cb5df1cc8c7.tar.xz configs-4e88d0512e721fea64eab7aac81e5cb5df1cc8c7.zip |
[emacs] use ox-hugo-auto-export
-rw-r--r-- | init.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |