mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
doctor: Warn about missing tidy
when using web
This commit is contained in:
@ -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."))
|
||||
|
Reference in New Issue
Block a user