mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
6 lines
188 B
EmacsLisp
6 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.")))
|