From ff82056c7aa178f1ea8d5b4c0a9c15b01872098e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 16 Dec 2018 09:27:53 +0100 Subject: [PATCH] [Org] Add minimal ox-reveal configuration --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.el b/init.el index 1dcc49c..be261bc 100644 --- a/init.el +++ b/init.el @@ -1181,6 +1181,12 @@ :defer t :init (setq org-html-postamble nil)) +(use-package ox-reveal + :defer t + :config (setq org-reveal-root "https://cdn.jsdelivr.net/reveal.js/3.0.0/" + org-reveal-mathjax t + org-reveal-transition "none")) + ;; * Mail