fixed the name of prelude-prog-mode-hook

This commit is contained in:
Bozhidar Batsov 2011-12-02 22:31:27 +02:00
parent 6e31729ba9
commit f5b6442833

View file

@ -33,7 +33,7 @@
;;; Code:
(defun prelude-haskell-mode-hook ()
(prelude-coding-hook)
(prelude-prog-mode-hook)
(subword-mode +1)
(turn-on-haskell-doc-mode)
(turn-on-haskell-indentation))