Remove dante for Haskell support

This commit is contained in:
Dimitri Lozeve 2022-03-16 12:29:43 +01:00
parent ab35ca2370
commit eaf6b46fbe

View file

@ -350,14 +350,6 @@
(use-package ess
:straight t)
(use-package dante
:straight t
:after haskell-mode
:commands 'dante-mode
:init
(add-hook 'haskell-mode-hook 'dante-mode)
(add-hook 'haskell-mode-hook 'flycheck-mode))
(use-package paredit
:straight t
:hook ((emacs-lisp-mode