瀏覽代碼

emacs.el: Use js-mode for node.js bin

pull/1/head
10sr 10 年之前
父節點
當前提交
49d8bbe8d5
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      emacs.el

+ 3
- 0
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


Loading…
取消
儲存