diff options
author | 2018-12-24 16:08:24 -0500 | |
---|---|---|
committer | 2018-12-24 16:08:24 -0500 | |
commit | c27a9ad6470c6be15d2f6ec5fdb54842eba24068 (patch) | |
tree | 39f709a35e6e3e79fff40d512b0bc8c0ebe4f19a /init.org | |
parent | cc7b1957e09ef7847db5bbf0e1628b80cc386944 (diff) | |
download | configs-c27a9ad6470c6be15d2f6ec5fdb54842eba24068.tar.gz configs-c27a9ad6470c6be15d2f6ec5fdb54842eba24068.tar.xz configs-c27a9ad6470c6be15d2f6ec5fdb54842eba24068.zip |
[emacs][wip] enable Blogging
Diffstat (limited to 'init.org')
-rw-r--r-- | init.org | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2402,7 +2402,7 @@ Convenient footnotes in =message-mode=. (gnus-harvest-install))) #+end_src -* COMMENT Blogging +* Blogging :PROPERTIES: :CUSTOM_ID: blogging :END: @@ -2413,8 +2413,8 @@ Convenient footnotes in =message-mode=. (use-package ox-hugo :after ox) -(use-package ox-hugo-auto-export - :load-path "lib/ox-hugo") +(use-feature ox-hugo-auto-export + :after ox-hugo) #+end_src * Post initialization |