[Fix #989] Use eldoc-mode instead of haskell-doc-mode
This commit is contained in:
parent
aafe4156ed
commit
7628e0bdb5
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue