From 6afd1ed99c90f7aee88f5631b2a8e54a840243e7 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 16 Sep 2016 12:57:27 -0700 Subject: [PATCH] Add intero but disable --- dotfiles/emacs.d/README.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 83977605..4c303f2f 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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) (setq haskell-tags-on-save t))) #+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 #+BEGIN_SRC emacs-lisp (use-package hindent