aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-05-05 06:57:57 +0800
committerJesús <heckyel@hyperbola.info>2022-05-05 06:57:57 +0800
commit8d182df96e63f8a1f0b093e2a5bbeb0d3bc60062 (patch)
tree42785b608834d806cf4369197e8698c8fb493650 /.env.example
parent242f5ec76594b45c7b0350fb58aebb0ee214bd17 (diff)
downloademacs-personal-8d182df96e63f8a1f0b093e2a5bbeb0d3bc60062.tar.lz
emacs-personal-8d182df96e63f8a1f0b093e2a5bbeb0d3bc60062.tar.xz
emacs-personal-8d182df96e63f8a1f0b093e2a5bbeb0d3bc60062.zip
add reveal.js
Diffstat (limited to '.env.example')
-rw-r--r--.env.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/.env.example b/.env.example
index a7bd050..66a977e 100644
--- a/.env.example
+++ b/.env.example
@@ -5,3 +5,6 @@ EMACS_EMAIL="user@example.org"
# Angular configuration
ANGULAR_SERVER_DIR="/usr/local/lib/node_modules/@angular/language-server"
NODEJS_MODULE_DIR="/usr/local/lib/node_modules"
+
+REVEAL_JS_FILE="/path/to/reveal.js"
+REVEAL_CSS_FILE="/path/to/highlight/night-owl.css"