mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
lang/org: replace ox-reveal w/ org-re-reveal
ox-reveal is no longer maintained, and has been replaced with org-re-reveal; a fork.
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://cdn.jsdelivr.net/npm/reveal.js@3/"))
|
||||
|
||||
|
||||
(use-package! org-tree-slide
|
||||
|
Reference in New Issue
Block a user