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

5 lines
197 B
EmacsLisp

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