Removed hindent (included in format-all)
This commit is contained in:
parent
98b5c95ee5
commit
9b3442edae
3 changed files with 1 additions and 10 deletions
|
@ -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")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue