Fix path reveal.js
This commit is contained in:
parent
8d182df96e
commit
6d5058644b
@ -6,5 +6,5 @@ EMACS_EMAIL="user@example.org"
|
|||||||
ANGULAR_SERVER_DIR="/usr/local/lib/node_modules/@angular/language-server"
|
ANGULAR_SERVER_DIR="/usr/local/lib/node_modules/@angular/language-server"
|
||||||
NODEJS_MODULE_DIR="/usr/local/lib/node_modules"
|
NODEJS_MODULE_DIR="/usr/local/lib/node_modules"
|
||||||
|
|
||||||
REVEAL_JS_FILE="/path/to/reveal.js"
|
REVEAL_JS_DIR="/path/to/reveal.js"
|
||||||
REVEAL_CSS_FILE="/path/to/highlight/night-owl.css"
|
REVEAL_CSS_FILE="/path/to/highlight/night-owl.css"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
(use-package ox-reveal
|
(use-package ox-reveal
|
||||||
:ensure ox-reveal
|
:ensure ox-reveal
|
||||||
:config
|
:config
|
||||||
(setq org-reveal-root (getenv (concat "file://" "REVEAL_JS_FILE")))
|
(setq org-reveal-root (concat "file://" (getenv "REVEAL_JS_DIR")))
|
||||||
(setq org-reveal-highlight-css (getenv "REVEAL_CSS_FILE"))
|
(setq org-reveal-highlight-css (getenv "REVEAL_CSS_FILE"))
|
||||||
(setq org-reveal-ignore-speaker-notes t))
|
(setq org-reveal-ignore-speaker-notes t))
|
||||||
(provide 'init-ox-reveal)
|
(provide 'init-ox-reveal)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user