Merge pull request #751 from HaoZeke/updateOxReveal

org: Update revealJS url
This commit is contained in:
Henrik Lissner 2018-07-15 00:03:01 +02:00 committed by GitHub
commit ec5673bb8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
(def-package! ox-reveal (def-package! ox-reveal
:defer t :defer t
:config :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)) org-reveal-mathjax t))