diff options
| author | Jesús <heckyel@hyperbola.info> | 2022-03-05 04:06:33 +0800 |
|---|---|---|
| committer | Jesús <heckyel@hyperbola.info> | 2022-03-05 04:06:33 +0800 |
| commit | aba5e59b02d4e4565e0d25ec5179af6d87d53157 (patch) | |
| tree | 01ec4831108ad790a77dd8a0c70fb17aef575c65 /.env.example | |
| parent | 3ddd2efd64dbdef0eff428cc5b24ed087da8a32c (diff) | |
| download | emacs-personal-aba5e59b02d4e4565e0d25ec5179af6d87d53157.tar.lz emacs-personal-aba5e59b02d4e4565e0d25ec5179af6d87d53157.tar.xz emacs-personal-aba5e59b02d4e4565e0d25ec5179af6d87d53157.zip | |
Add .env to custom configuration
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..a7bd050 --- /dev/null +++ b/.env.example @@ -0,0 +1,7 @@ +# 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" |
