General cleanup
This commit is contained in:
parent
dc402f654e
commit
ae155a71a2
4 changed files with 14 additions and 4 deletions
|
@ -1,7 +1,9 @@
|
|||
;;; module-haskell.el
|
||||
|
||||
(use-package haskell
|
||||
:mode ("\\.hs$" . haskell-mode)
|
||||
:mode (("\\.hs$" . haskell-mode)
|
||||
("\\.ghci$" . ghci-script-mode)
|
||||
("\\.cabal$" . haskell-cabal-mode))
|
||||
:init
|
||||
(define-repl! haskell-mode switch-to-haskell)
|
||||
(add-hook! haskell-mode '(interactive-haskell-mode flycheck-mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue