Add intero but disable

This commit is contained in:
Ivan Malison 2016-09-16 12:57:27 -07:00
parent 14f40b6692
commit 6afd1ed99c
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2299,6 +2299,15 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent) (add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
(setq haskell-tags-on-save t))) (setq haskell-tags-on-save t)))
#+END_SRC #+END_SRC
***** intero
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))
#+END_SRC
***** hindent ***** hindent
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package hindent (use-package hindent