enabled subword-mode in haskell-mode
This commit is contained in:
parent
09d1e183fa
commit
1800908443
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
|
||||
(defun prelude-haskell-mode-hook ()
|
||||
(prelude-coding-hook)
|
||||
(subword-mode +1)
|
||||
(turn-on-haskell-doc-mode)
|
||||
(turn-on-haskell-indentation))
|
||||
|
||||
|
|
Loading…
Reference in a new issue