summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tag-emacs/emacs.d/init.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 9e6b318..7903657 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -1821,6 +1821,7 @@ it though
   (use-package js2-mode
     :mode (("\\.js\\'" . js2-mode)
            ("\\.jsx\\'" . js2-jsx-mode))
+    :interpreter ("node" . js2-mode)
     :functions js2-next-error
     :config (progn
               (defun ap/javascript-setup ()