doom seems like a better start

This commit is contained in:
Thomas Ruoff
2019-08-20 09:09:09 +02:00
parent 10b9bb3adb
commit 33e00176cb
5 changed files with 199 additions and 149 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))