projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1556b13
)
[emacs] fix ox-hugo and its auto export
author
Amin Bandali
<bandali@gnu.org>
Sat, 29 Dec 2018 05:57:28 +0000
(
00:57
-0500)
committer
Amin Bandali
<bandali@gnu.org>
Sat, 29 Dec 2018 05:57:28 +0000
(
00:57
-0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
0e6f330
..
4684873
100644
(file)
--- 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