add direnv

This commit is contained in:
Thomas Ruoff
2020-01-07 00:28:23 +01:00
parent 764cac0fb9
commit c5d4053e2b
2 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,8 @@
(setq user-full-name "Thomas Ruoff")
(setq user-mail-address "thomasruoff@gmail.com")
(direnv-mode 1)
(eval-after-load 'js-mode
'(add-hook 'js-mode-hook #'add-node-modules-path))