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:
|
||||
|
||||
(add-hook 'haskell-mode-hook 'turn-on-haskell-doc-mode)
|
||||
(add-hook 'haskell-mode-hook 'turn-on-haskell-indentation)
|
||||
(defun prelude-haskell-hook ()
|
||||
(prelude-coding-hook)
|
||||
(turn-on-haskell-doc-mode)
|
||||
(turn-on-haskell-indentation))
|
||||
|
||||
(add-hook 'haskell-mode-hook 'prelude-haskell-hook)
|
||||
|
||||
(provide 'prelude-haskell)
|
||||
|
||||
|
|
Loading…
Reference in a new issue