mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #2527 from soedirgo/develop
Change org-re-reveal reveal.js root path to https://revealjs.com
This commit is contained in:
@ -442,7 +442,7 @@ file isn't in `org-directory'."
|
||||
(setq org-pandoc-options
|
||||
'((standalone . t)
|
||||
(mathjax . t)
|
||||
(variable . "revealjs-url=https://cdn.jsdelivr.net/npm/reveal.js@3/")))))
|
||||
(variable . "revealjs-url=https://revealjs.com")))))
|
||||
|
||||
|
||||
(defun +org-init-habit-h ()
|
||||
|
@ -14,7 +14,7 @@
|
||||
(use-package! org-re-reveal
|
||||
:after ox
|
||||
:init
|
||||
(setq org-re-reveal-root "https://cdn.jsdelivr.net/npm/reveal.js@3/"))
|
||||
(setq org-re-reveal-root "https://revealjs.com"))
|
||||
|
||||
|
||||
(use-package! org-tree-slide
|
||||
|
Reference in New Issue
Block a user