[Emacs] Temporarily disable intero
This commit is contained in:
parent
2a456f5d55
commit
c743a07526
@ -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
|
Intero seems to be causing hangs, so it has been disabled
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package intero
|
(use-package intero
|
||||||
|
:disabled t
|
||||||
:demand t
|
:demand t
|
||||||
:after haskell-mode
|
:after haskell-mode
|
||||||
:config (add-hook 'haskell-mode-hook 'intero-mode))
|
:config (add-hook 'haskell-mode-hook 'intero-mode-whitelist))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
**** hindent
|
**** hindent
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user