Fix #2654: switch back to org-re-reveal

org-reveal is no longer maintained. org-re-reveal also possesses more
features.
This commit is contained in:
Henrik Lissner 2020-03-29 19:15:58 -04:00
parent bbc3245cb3
commit 3a370343e2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 5 additions and 10 deletions

View file

@ -11,15 +11,10 @@
;;
;;; Packages
(use-package! ox-reveal
(use-package! org-re-reveal
:after ox
:init
;; Fix #1127, where ox-reveal adds an errant entry to
;; `org-structure-template-alist'
(setq org-reveal-note-key-char nil)
:config
(setq org-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js@3/"
org-reveal-mathjax t))
(setq org-re-reveal-root "https://revealjs.com"))
(use-package! org-tree-slide