Revert "[Emacs] Re-enable intero"

This reverts commit 086e46c898.
This commit is contained in:
Ivan Malison 2016-10-13 13:29:23 -07:00
parent a1301bf629
commit e5a60f07eb
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2450,6 +2450,7 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
**** intero
#+BEGIN_SRC emacs-lisp
(use-package intero
:disabled t
:demand t
:after haskell-mode
:config (add-hook 'haskell-mode-hook 'intero-mode))