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

5 lines
188 B
EmacsLisp

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