doomemacs/modules/lang/rst/doctor.el

6 lines
188 B
EmacsLisp
Raw Normal View History

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