From 82cb3ff79b3391f958464d33b903f8947aa95121 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 8 Dec 2014 01:40:10 -0500 Subject: Enable haskell-doc-mode --- lisp/init-haskell.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/init-haskell.el') 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. -- cgit v1.2.3