doomemacs/modules/lang/web/doctor.el
2018-05-25 01:01:25 +02:00

8 lines
299 B
EmacsLisp

;;; lang/web/doctor.el -*- lexical-binding: t; -*-
(unless (executable-find "js-beautify")
(warn! "Couldn't find js-beautify. Code formatting in JS/CSS/HTML modes will not work."))
(unless (executable-find "stylelint")
(warn! "Couldn't find stylelint. Linting for CSS modes will not work."))