From 086e46c898185b5addc298f2826cbe0ea54b870a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 29 Sep 2016 20:38:32 -0700 Subject: [PATCH] [Emacs] Re-enable intero --- dotfiles/emacs.d/README.org | 1 - 1 file changed, 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index bb5de0b1..eaa16874 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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))