Make haskell-mode support interactive by default
This commit is contained in:
parent
ad563d4031
commit
7b191e0d04
1
init.el
1
init.el
|
@ -570,6 +570,7 @@
|
||||||
:hook (racket-mode . racket-xp-mode))
|
:hook (racket-mode . racket-xp-mode))
|
||||||
|
|
||||||
(use-package haskell-mode
|
(use-package haskell-mode
|
||||||
|
:hook (haskell-mode . interactive-haskell-mode)
|
||||||
:custom
|
:custom
|
||||||
(haskell-process-show-debug-tips nil))
|
(haskell-process-show-debug-tips nil))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue