mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
6 lines
197 B
EmacsLisp
6 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.")))
|