From ac1eafd6363d9b6f5667a7b2485065d9c29f2276 Mon Sep 17 00:00:00 2001 From: jowj Date: Wed, 12 Jun 2019 20:50:50 -0500 Subject: [PATCH] Spacing I guess lol. --- applicationConfiguration/.emacs/jlj-init.org | 1 + 1 file changed, 1 insertion(+) 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)