aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-05-05 07:31:25 +0800
committerJesús <heckyel@hyperbola.info>2022-05-05 07:31:25 +0800
commit6d5058644ba7b7009045bbae287ff16f20e421a5 (patch)
treeca35681d13c95165022a4e606bb6fc072aab2f4c /modules
parent8d182df96e63f8a1f0b093e2a5bbeb0d3bc60062 (diff)
downloademacs-personal-6d5058644ba7b7009045bbae287ff16f20e421a5.tar.lz
emacs-personal-6d5058644ba7b7009045bbae287ff16f20e421a5.tar.xz
emacs-personal-6d5058644ba7b7009045bbae287ff16f20e421a5.zip
Fix path reveal.js
Diffstat (limited to 'modules')
-rw-r--r--modules/init-ox-reveal.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/init-ox-reveal.el b/modules/init-ox-reveal.el
index 94b7d56..645afea 100644
--- a/modules/init-ox-reveal.el
+++ b/modules/init-ox-reveal.el
@@ -7,7 +7,7 @@
(use-package ox-reveal
:ensure ox-reveal
: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-ignore-speaker-notes t))
(provide 'init-ox-reveal)