mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
6 lines
194 B
EmacsLisp
6 lines
194 B
EmacsLisp
;;; tools/docker/doctor.el -*- lexical-binding: t; -*-
|
|
|
|
(when (modulep! :editor format)
|
|
(unless (executable-find "dockfmt")
|
|
(warn! "Couldn't find dockfmt. Formatting will be disabled.")))
|