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

                       
                                          

                        
(require 'haskell-mode)

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

(provide 'haskell-setup)