diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-29 00:57:28 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-29 00:57:28 -0500 |
commit | 4d4cf261d68998a5e6516de888eecf7435ab5999 (patch) | |
tree | bb1068c69a37c276abdd4b2d9954c7ff6408aafd | |
parent | 1556b13e76c2828c1ec539bd163c84e417003c2a (diff) | |
download | configs-4d4cf261d68998a5e6516de888eecf7435ab5999.tar.gz configs-4d4cf261d68998a5e6516de888eecf7435ab5999.tar.xz configs-4d4cf261d68998a5e6516de888eecf7435ab5999.zip |
[emacs] fix ox-hugo and its auto export
-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 |