mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 15:07:23 +01:00
doom seems like a better start
This commit is contained in:
9
emacs/doom.d/config.el
Normal file
9
emacs/doom.d/config.el
Normal 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))
|
||||
Reference in New Issue
Block a user