summaryrefslogtreecommitdiff
path: root/lisp/init-haskell.el
blob: 6e170b7f91c73f1f99952dda8c463ac474a13c1f (plain)
1
2
3
4
5
6
(require-package 'haskell-mode)

(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
(add-hook 'haskell-mode-hook 'interactive-haskell-mode)

(provide 'init-haskell)