Enable haskell-interactive-mode in haskell-mode #752
This commit is contained in:
parent
a76c080930
commit
80c4abc8bf
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
:hook (haskell-mode . hindent-mode))
|
||||
|
||||
(after! haskell-mode
|
||||
(add-hook 'haskell-mode-hook #'haskell-interactive-mode)
|
||||
(set-repl-handler! '(haskell-mode haskell-cabal-mode literate-haskell-mode) #'+haskell-repl-buffer)
|
||||
(add-to-list 'completion-ignored-extensions ".hi"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue