lang/haskell: fix #42; enable interactive-haskell-mode
This commit is contained in:
parent
7866fc3fe4
commit
b73218c88e
1 changed files with 2 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue