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

5 lines
194 B
EmacsLisp

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