lang/haskell: fix #42; enable interactive-haskell-mode

This commit is contained in:
Henrik Lissner 2017-03-28 16:22:51 -04:00
parent 7866fc3fe4
commit b73218c88e

View file

@ -24,5 +24,6 @@
:after haskell-mode
:config
(when (executable-find "cabal")
(add-hook! 'haskell-mode-hook '(flycheck-mode dante-mode))))
(add-hook! 'haskell-mode-hook
'(flycheck-mode dante-mode interactive-haskell-mode))))