about summary refs log tree commit diff
path: root/init/haskell-setup.el
blob: 23de004cde7521b68170436c01cfa99ffbf1c330 (plain) (blame)
1
2
3
4
5
(require 'haskell-mode)

(add-hook 'haskell-mode-hook 'intero-mode)

(provide 'haskell-setup)