emm, hidden it should be

This commit is contained in:
Thomas Ruoff
2019-08-20 09:11:14 +02:00
parent 33e00176cb
commit 51bbf6a0f9
3 changed files with 0 additions and 0 deletions

9
emacs/.doom.d/config.el Normal file
View File

@@ -0,0 +1,9 @@
;;; ~/.doom.d/config.el -*- lexical-binding: t; -*-
;; Place your private configuration here
(eval-after-load 'js-mode
'(add-hook 'js-mode-hook #'add-node-modules-path))
(eval-after-load 'js2-mode
'(add-hook 'js2-mode-hook #'add-node-modules-path))