Change default theme to 'moon' as 'default' theme is removed from Reveal.js

This commit is contained in:
Yujie Wen 2015-02-09 22:53:26 +08:00
parent c9c265537b
commit 45f43ebdef
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ can be include."
:type 'string)
(defcustom org-reveal-theme
"default"
"moon"
"Reveal theme."
:group 'org-export-reveal
:type 'string)