Removed hindent (included in format-all)

This commit is contained in:
Patrick Elliott 2018-08-27 12:05:03 +02:00
parent 98b5c95ee5
commit 9b3442edae
No known key found for this signature in database
GPG key ID: 7CA109C3974AF5FA
3 changed files with 1 additions and 10 deletions

View file

@ -9,9 +9,6 @@
(unless (executable-find "stack")
(warn! "Couldn't find stack. Intero will not work")))
(unless (executable-find "hindent")
(warn! "Couldn't find hindent. hindent-mode won't work"))
(when (or (featurep! +dante) (featurep! +intero))
(unless (executable-find "hlint")
(warn! "Couldn't find hlint. Flycheck may have issues in haskell-mode")))