General cleanup

This commit is contained in:
Henrik Lissner 2016-04-08 14:07:16 -04:00
parent dc402f654e
commit ae155a71a2
4 changed files with 14 additions and 4 deletions

View file

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