Fixed #448. Correct the reveal-menu name

This commit is contained in:
Yujie Wen 2021-08-16 08:07:47 +08:00
parent 775b1386bb
commit 8eae719acc
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ the location of the plugin script. The string can have ONE optional
~%s~, which will be replaced by `reveal-root`. Code below is an
example.
#+begin_src lisp
(setq org-reveal-external-plugins '((menu . "path/to/reveal.js-menu/menu.js"))
(setq org-reveal-external-plugins '((RevealMenu . "path/to/reveal.js-menu/menu.js"))
#+end_src
** Highlight Source Code