mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user