Fixed flycheck not being properly initialized for haskell-mode

This commit is contained in:
Bjarke Vad 2015-03-01 17:40:12 +01:00 committed by syl20bnr
parent 310421fb29
commit 83ea6cd2f3

View file

@ -23,7 +23,7 @@
))
(defun haskell/init-flycheck ()
;;(add-hook 'haskell-mode-hook 'flycheck-mode))
(add-hook 'haskell-mode-hook 'flycheck-mode)
(add-hook 'flycheck-mode-hook 'flycheck-haskell-setup))
(defun haskell/init-shm ()