doomemacs/modules/lang/sml/doctor.el

6 lines
194 B
EmacsLisp
Raw Normal View History

2022-08-17 07:51:34 +01:00
;;; lang/sml/doctor.el -*- lexical-binding: t; -*-
(when (modulep! :editor format)
(unless (executable-find "smlformat")
(warn! "Couldn't find smlformat. Formatting will be disabled.")))