aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
blob: 8d2f6059c1c62c5262034ffe262992bd3b603203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# General configuration
EMACS_USER="LibreUser."
EMACS_EMAIL="user@example.org"

# Web browser
WEB_BROWSER_APP="iceweasel-uxp"

# Angular configuration
ANGULAR_SERVER_DIR="/usr/local/lib/node_modules/@angular/language-server"
NODEJS_MODULE_DIR="/usr/local/lib/node_modules"

REVEAL_JS_DIR="/path/to/reveal.js"
REVEAL_CSS_FILE="/path/to/highlight/night-owl.css"