mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
emm, hidden it should be
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