org: Update revealJS url

This grabs all minor versions upto 4.xx
This commit is contained in:
HaoZeke 2018-07-11 19:15:24 +05:30
parent 1fc43dacfc
commit 03cb076fd6
No known key found for this signature in database
GPG key ID: 9CCCE36402CB49A6

View file

@ -13,7 +13,7 @@
(def-package! ox-reveal
:defer t
:config
(setq org-reveal-root "http://cdn.jsdelivr.net/reveal.js/3.0.0/"
(setq org-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js@3/"
org-reveal-mathjax t))