[Emacs] Re-enable intero

This commit is contained in:
Ivan Malison 2016-09-29 20:38:32 -07:00
parent 7991575801
commit 086e46c898
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2385,7 +2385,6 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
Intero seems to be causing hangs, so it has been disabled
#+BEGIN_SRC emacs-lisp
(use-package intero
:disabled t
:demand t
:after haskell-mode
:config (add-hook 'haskell-mode-hook 'intero-mode))