Remove periods from haskell doctor warnings
It is an Emacs convention not to end errors in punctuation (unless they're multi-line).
This commit is contained in:
parent
4f40fef592
commit
24ac13a804
1 changed files with 4 additions and 4 deletions
|
@ -3,14 +3,14 @@
|
||||||
|
|
||||||
(when (featurep! +dante)
|
(when (featurep! +dante)
|
||||||
(unless (executable-find "cabal")
|
(unless (executable-find "cabal")
|
||||||
(warn! "Couldn't find cabal, haskell-mode may have issues."))
|
(warn! "Couldn't find cabal, haskell-mode may have issues"))
|
||||||
(unless (executable-find "hlint")
|
(unless (executable-find "hlint")
|
||||||
(warn! "Couldn't find hlint. Flycheck may have issues in haskell-mode.")))
|
(warn! "Couldn't find hlint. Flycheck may have issues in haskell-mode")))
|
||||||
|
|
||||||
(when (featurep! +intero)
|
(when (featurep! +intero)
|
||||||
(unless (executable-find "stack")
|
(unless (executable-find "stack")
|
||||||
(warn! "Couldn't find stack. Intero will not work.")))
|
(warn! "Couldn't find stack. Intero will not work")))
|
||||||
|
|
||||||
(unless (executable-find "hindent")
|
(unless (executable-find "hindent")
|
||||||
(warn! "Couldn't find hindent. hindent-mode won't work."))
|
(warn! "Couldn't find hindent. hindent-mode won't work"))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue