Add ox-reveal
This commit is contained in:
parent
6fd3f3965e
commit
ee5cec5f60
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue