[Emacs] Temporarily disable intero

This commit is contained in:
Ivan Malison 2017-02-22 18:22:21 -08:00
parent 2a456f5d55
commit c743a07526
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2746,9 +2746,10 @@ 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))
:config (add-hook 'haskell-mode-hook 'intero-mode-whitelist))
#+END_SRC
**** hindent
#+BEGIN_SRC emacs-lisp