diff options
-rw-r--r-- | lisp/init-haskell.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-haskell.el b/lisp/init-haskell.el index 895b4da..7e3766b 100644 --- a/lisp/init-haskell.el +++ b/lisp/init-haskell.el @@ -1,6 +1,7 @@ (add-hook 'haskell-mode-hook 'turn-on-haskell-indentation) (add-hook 'haskell-mode-hook 'interactive-haskell-mode) +(add-hook 'haskell-mode-hook 'turn-on-haskell-doc) (after 'haskell-process ;; Unbind `haskell-process-cabal' from user's key. |