enabled subword-mode in haskell-mode

This commit is contained in:
Bozhidar Batsov 2011-11-29 13:04:32 +02:00
parent 09d1e183fa
commit 1800908443

View file

@ -34,6 +34,7 @@
(defun prelude-haskell-mode-hook ()
(prelude-coding-hook)
(subword-mode +1)
(turn-on-haskell-doc-mode)
(turn-on-haskell-indentation))