nicer haskell hook
This commit is contained in:
parent
0a3c4ceb69
commit
76b70ca0ba
1 changed files with 6 additions and 2 deletions
|
@ -32,8 +32,12 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
|
(defun prelude-haskell-hook ()
|
||||||
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
|
(prelude-coding-hook)
|
||||||
|
(turn-on-haskell-doc-mode)
|
||||||
|
(turn-on-haskell-indentation))
|
||||||
|
|
||||||
|
(add-hook 'haskell-mode-hook 'prelude-haskell-hook)
|
||||||
|
|
||||||
(provide 'prelude-haskell)
|
(provide 'prelude-haskell)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue