doomemacs/modules/lang/data/doctor.el
2023-09-13 20:20:59 +01:00

5 lines
191 B
EmacsLisp

;;; lang/data/doctor.el -*- lexical-binding: t; -*-
(when (modulep! :editor format)
(unless (executable-find "xmllint")
(warn! "Couldn't find xmllint. Formatting will be disabled.")))