diff --git a/applicationConfiguration/.emacs/jlj-init.org b/applicationConfiguration/.emacs/jlj-init.org index 61b5bb1..a5aec1e 100644 --- a/applicationConfiguration/.emacs/jlj-init.org +++ b/applicationConfiguration/.emacs/jlj-init.org @@ -413,6 +413,7 @@ The idea here is to use reveal.js and org-mode to present stuff You can either use a CDN to deliver the reveal.js, or you can download source. Both examples are given here: ~(setq org-reveal-root "file:///~/Documents/projects/agares/applicationConfiguration/.emacs/src/reveal.js-3.8.0"))~ ~(setq org-reveal-root "http://cdn.jsdelivr.net/reveal.js/3.0.0/"))~ + #+BEGIN_SRC emacs-lisp (setq org-reveal-root "http://cdn.jsdelivr.net/reveal.js/3.0.0/") (setq org-reveal-mathjax t)