aboutsummaryrefslogtreecommitdiffstats
path: root/.env.example
blob: 66a977ef0185c2319a10df6e9878e623dbe58e7f (plain)
1
2
3
4
5
6
7
8
9
10
# General configuration
EMACS_USER="LibreUser."
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"