mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/haskell: fix #42; enable interactive-haskell-mode
This commit is contained in:
@ -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))))
|
||||
|
||||
|
Reference in New Issue
Block a user