From 97934ec4f2952253633ecbdda15a0382d5d6d48b Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 17 Jul 2018 00:25:39 -0400 Subject: [PATCH] [emacs] add scaffolding for ox-hugo --- init.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/init.org b/init.org index 0c61062..66dbe0e 100644 --- a/init.org +++ b/init.org @@ -1318,6 +1318,14 @@ variables. This is useful for a regi `begin' frame-entry." nil)) #+end_src +* Blogging +** [[https://ox-hugo.scripter.co][ox-hugo]] + +#+begin_src emacs-lisp +(use-package ox-hugo + :after ox) +#+end_src + * Post initialization :PROPERTIES: :CUSTOM_ID: post-initialization -- 2.20.1