Fixed #474. Update highlight plugin css path

This commit is contained in:
Yujie Wen 2022-11-27 16:14:24 +08:00
parent 2d5a04ddec
commit f55c851bf6
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ Example:
:group 'org-export-reveal
:type 'list)
(defcustom org-reveal-highlight-css "%r/lib/css/zenburn.css"
(defcustom org-reveal-highlight-css "%r/plugin/highlight/zenburn.css"
"Highlight.js CSS file."
:group 'org-export-reveal
:type 'string)