[Emacs] Disable haskell-stack-ghc checker
This commit is contained in:
parent
c1d28f4c40
commit
6ca6202864
@ -2296,6 +2296,8 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
|
|||||||
:commands haskell-mode
|
:commands haskell-mode
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
|
(require 'flycheck)
|
||||||
|
(delq 'haskell-stack-ghc flycheck-checkers)
|
||||||
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
|
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
|
||||||
(setq haskell-tags-on-save t)))
|
(setq haskell-tags-on-save t)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user