feat(format): add :lang rst formatter

This commit is contained in:
Ellis Kenyo
2022-12-31 23:12:00 +00:00
parent 7bdf8802a5
commit caa6b2bb3b
2 changed files with 8 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
;;; lang/rst/doctor.el -*- lexical-binding: t; -*-
(when (modulep! :editor format)
(unless (executable-find "rstfmt")
(warn! "Couldn't find rstfmt. Formatting will be disabled.")))