mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -05:00
feat(format): add :lang data formatter
This commit is contained in:
5
modules/lang/data/doctor.el
Normal file
5
modules/lang/data/doctor.el
Normal file
@@ -0,0 +1,5 @@
|
||||
;;; lang/data/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(when (modulep! :editor format)
|
||||
(unless (executable-find "xmllint")
|
||||
(warn! "Couldn't find xmllint. Formatting will be disabled.")))
|
Reference in New Issue
Block a user