From 819539273635301fec65cb657186573f514cde85 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 15 Jul 2016 13:39:17 -0700 Subject: [PATCH] Add org-reveal package --- dotfiles/emacs.d/README.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index d30a65ce..fcdb7356 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1643,6 +1643,14 @@ Sets environment variables by starting a shell '(:time "100d" :actions -email :period "5d" :audible nil)) (org-notify-start 10))) #+END_SRC +**** org-reveal +#+BEGIN_SRC emacs-lisp +(use-package ox-reveal + :after org + :config + (setq org-reveal-root + (imalison:join-paths "file://" imalison:projects-directory "reveal.js"))) +#+END_SRC *** TeX #+BEGIN_SRC emacs-lisp (use-package tex