mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
10 lines
256 B
EmacsLisp
10 lines
256 B
EmacsLisp
;;; ~/.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))
|