[Emacs] Disable haskell-stack-ghc checker

This commit is contained in:
Ivan Malison 2016-09-16 14:35:40 -07:00
parent c1d28f4c40
commit 6ca6202864
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2296,6 +2296,8 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
:commands haskell-mode
:config
(progn
(require 'flycheck)
(delq 'haskell-stack-ghc flycheck-checkers)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
(setq haskell-tags-on-save t)))
#+END_SRC