Emacs: Use ox-reveal
This commit is contained in:
parent
33a6e8df2c
commit
4052df2512
1 changed files with 5 additions and 0 deletions
|
@ -1247,6 +1247,11 @@
|
|||
(use-package ox-moinmoin
|
||||
:load-path "org-moinmoin/")
|
||||
|
||||
;; ox-reveal
|
||||
;; Exports Org-mode contents to Reveal.js HTML presentation.
|
||||
(use-package ox-reveal
|
||||
:after (org))
|
||||
|
||||
;; centered-window-mode
|
||||
;; Keep your text centered when there's only one window.
|
||||
;; https://github.com/anler/centered-window-mode
|
||||
|
|
Loading…
Reference in a new issue