fixed the name of prelude-prog-mode-hook
This commit is contained in:
parent
6e31729ba9
commit
f5b6442833
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(defun prelude-haskell-mode-hook ()
|
(defun prelude-haskell-mode-hook ()
|
||||||
(prelude-coding-hook)
|
(prelude-prog-mode-hook)
|
||||||
(subword-mode +1)
|
(subword-mode +1)
|
||||||
(turn-on-haskell-doc-mode)
|
(turn-on-haskell-doc-mode)
|
||||||
(turn-on-haskell-indentation))
|
(turn-on-haskell-indentation))
|
||||||
|
|
Loading…
Reference in a new issue