mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add ox-reveal
This commit is contained in:
@ -19,6 +19,11 @@
|
||||
:init
|
||||
(setq puml-plantuml-jar-path "/usr/local/Cellar/plantuml/8029/plantuml.8029.jar"))
|
||||
|
||||
(add-hook! org-load
|
||||
(use-package ox-reveal
|
||||
:config
|
||||
(setq org-reveal-root "https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.2.0/js/reveal.min.js")))
|
||||
|
||||
;;;
|
||||
|
||||
(defvar big-mode-font narf-default-font)
|
||||
|
Reference in New Issue
Block a user