lang/haskell: improve REPL support #752

This commit is contained in:
Henrik Lissner 2018-07-14 21:43:12 +02:00
parent e97fd7558c
commit a76c080930
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 16 additions and 1 deletions

View file

@ -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"))