emacs: remove add-node-modules-path (use direnv)
1 file changed, 0 insertions(+), 10 deletions(-)
changed files
M user/emacs/init.el → user/emacs/init.el
@@ -1212,16 +1212,6 @@ (if lsp-mode (call-interactively #'consult-lsp-symbols) (call-interactively #'consult-eglot-symbols))) -;; Inside a javascript project, it's common to install tools locally to -;; the project. This will allows emacs to find their executables. - -(use-package add-node-modules-path - :config (setq add-node-modules-max-depth 6) - :ghook ('(feature-mode-hook - js-base-mode-hook - json-ts-mode-hook - typescript-ts-mode-hook) - #'add-node-modules-path)) ;;;; Reformat on save