mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Enable haskell-interactive-mode in haskell-mode #752
This commit is contained in:
@ -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"))
|
||||
|
||||
|
Reference in New Issue
Block a user