diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-12-08 01:40:10 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-12-08 01:40:10 -0500 |
commit | 82cb3ff79b3391f958464d33b903f8947aa95121 (patch) | |
tree | 19360131474f1d0c78784b04c4e0c29023c94a48 /lisp | |
parent | 02e4045a827927e3fb93ab19b510edff67f480f9 (diff) | |
download | emacs.d-82cb3ff79b3391f958464d33b903f8947aa95121.tar.gz |
Enable haskell-doc-mode
Diffstat (limited to 'lisp')
-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. |