doctor: Warn about missing tidy when using web

This commit is contained in:
Colin Woodbury
2021-05-26 21:46:17 -07:00
parent 68bee5043c
commit 1a6ea2fb44

View File

@ -10,3 +10,5 @@
(unless (executable-find "stylelint") (unless (executable-find "stylelint")
(warn! "Couldn't find stylelint. Linting for CSS modes will not work.")) (warn! "Couldn't find stylelint. Linting for CSS modes will not work."))
(unless (executable-find "tidy")
(warn! "Couldn't find tidy. Code formatting in HTML modes will not work."))