lang/haskell: improve REPL support #752
This commit is contained in:
parent
e97fd7558c
commit
a76c080930
2 changed files with 16 additions and 1 deletions
|
@ -11,6 +11,6 @@
|
|||
:hook (haskell-mode . hindent-mode))
|
||||
|
||||
(after! haskell-mode
|
||||
(set-repl-handler! 'haskell-mode #'switch-to-haskell)
|
||||
(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