mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(data): remove executable-find formatter check
This commit is contained in:
@ -9,8 +9,7 @@
|
||||
nxml-auto-insert-xml-declaration-flag t)
|
||||
(set-company-backend! 'nxml-mode '(company-nxml company-yasnippet))
|
||||
(setq-hook! 'nxml-mode-hook tab-width nxml-child-indent)
|
||||
(when (executable-find "xmllint")
|
||||
(set-formatter! 'xmllint '("xmllint" "--format" "-") :modes '(nxml-mode))))
|
||||
(set-formatter! 'xmllint '("xmllint" "--format" "-") :modes '(nxml-mode)))
|
||||
|
||||
|
||||
;;;###package csv-mode
|
||||
|
Reference in New Issue
Block a user