This commit is contained in:
John Doty 2017-05-20 06:46:09 -07:00
parent 282dbdb9d5
commit 9080ad2c3a
4 changed files with 174 additions and 1 deletions

View file

@ -554,6 +554,13 @@
(add-hook 'nxml-mode-hook 'my-nxml-hook)
;; =================================================================
;; Elm
;; =================================================================
(require 'flycheck-elm)
(add-to-list 'flycheck-checkers 'elm)
;; =================================================================
;; Flycheck
;; =================================================================