nicer haskell hook

This commit is contained in:
Bozhidar Batsov 2011-10-15 23:43:52 +03:00
parent 0a3c4ceb69
commit 76b70ca0ba

View file

@ -32,8 +32,12 @@
;;; Code:
(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
(defun prelude-haskell-hook ()
(prelude-coding-hook)
(turn-on-haskell-doc-mode)
(turn-on-haskell-indentation))
(add-hook 'haskell-mode-hook 'prelude-haskell-hook)
(provide 'prelude-haskell)