Skip to content

Commit

Permalink
[Fix #989] Use eldoc-mode instead of haskell-doc-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Apr 28, 2016
1 parent aafe415 commit 7628e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/prelude-haskell.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'(progn
(defun prelude-haskell-mode-defaults ()
(subword-mode +1)
(haskell-doc-mode)
(eldoc-mode +1)
(haskell-indentation-mode)
(interactive-haskell-mode +1))

Expand Down

0 comments on commit 7628e0b

Please sign in to comment.