Enable global-eldoc-mode; less work for me!

This commit is contained in:
Henrik Lissner 2018-04-23 00:34:03 -04:00
parent 15c735a053
commit 135ebd925f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
8 changed files with 5 additions and 11 deletions

View file

@ -5,7 +5,7 @@
:after haskell-mode
:config
(add-hook 'haskell-mode-hook #'+haskell|init-intero)
(add-hook! 'intero-mode-hook #'(flycheck-mode eldoc-mode))
(add-hook 'intero-mode-hook #'flycheck-mode)
(set! :lookup 'haskell-mode :definition #'intero-goto-definition))