summaryrefslogtreecommitdiff
path: root/lisp/init-haskell.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-12-08 01:40:10 -0500
committerKyle Meyer <kyle@kyleam.com>2014-12-08 01:40:10 -0500
commit82cb3ff79b3391f958464d33b903f8947aa95121 (patch)
tree19360131474f1d0c78784b04c4e0c29023c94a48 /lisp/init-haskell.el
parent02e4045a827927e3fb93ab19b510edff67f480f9 (diff)
downloademacs.d-82cb3ff79b3391f958464d33b903f8947aa95121.tar.gz
Enable haskell-doc-mode
Diffstat (limited to 'lisp/init-haskell.el')
-rw-r--r--lisp/init-haskell.el1
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.