在我的.emacs中有以下模式挂钩: (interactive) ;; this willmake sure TABs are used instead of spaces )
(defun my-javascript-mode-hook'javascript-mode-hook 'my-javascript-mode-hook
目前,我的emacs的flycheck默认为js启用。我正在使用global-flycheck-mode,但不确定是否已将其值设置为列表。www.flycheck.org/manual/latest/index.html(add-hook'after-init-hook #'global-flycheck-mode)
;; disable jshint since we p