diff --git a/emacs.el b/emacs.el index 9672d8a..3ef1ddb 100644 --- a/emacs.el +++ b/emacs.el @@ -1122,6 +1122,9 @@ found, otherwise returns nil." ;; t) ))) +(add-to-list 'interpreter-mode-alist + '("node" . js-mode)) + (add-hook 'haskell-mode-hook 'turn-on-haskell-indentation) (when (lazy-load-eval 'flymake-jslint