[Emacs] Remove intero

This commit is contained in:
Ivan Malison 2023-08-06 22:07:49 -06:00
parent 2d3eeff0d7
commit 5bc91c20c3

View File

@ -2871,17 +2871,6 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
(cl-loop for checker in '(haskell-stack-ghc haskell-ghc haskell-hlint)
do (delq checker flycheck-checkers))))
#+END_SRC
**** intero
Intero seems to be causing hangs, so it has been disabled
#+BEGIN_SRC emacs-lisp
(use-package intero
:disabled t
:after haskell-mode
:config
(progn
(defun intero--warn (&rest args))
(add-hook 'haskell-mode-hook 'intero-mode-whitelist)))
#+END_SRC
**** hindent
#+BEGIN_SRC emacs-lisp
(use-package hindent