diff --git a/modules/lang/web/doctor.el b/modules/lang/web/doctor.el index 833bf3429..fa51a0d30 100644 --- a/modules/lang/web/doctor.el +++ b/modules/lang/web/doctor.el @@ -10,3 +10,5 @@ (unless (executable-find "stylelint") (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."))