mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-22 16:21:04 -05:00
feat(format): add :lang sml formatter
This commit is contained in:
5
modules/lang/sml/doctor.el
Normal file
5
modules/lang/sml/doctor.el
Normal file
@@ -0,0 +1,5 @@
|
||||
;;; lang/sml/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(when (modulep! :editor format)
|
||||
(unless (executable-find "smlformat")
|
||||
(warn! "Couldn't find smlformat. Formatting will be disabled.")))
|
Reference in New Issue
Block a user