diff --git a/modules/tools/editorconfig/doctor.el b/modules/tools/editorconfig/doctor.el new file mode 100644 index 000000000..2ad8898e8 --- /dev/null +++ b/modules/tools/editorconfig/doctor.el @@ -0,0 +1,5 @@ +;; -*- lexical-binding: t; no-byte-compile: t; -*- +;;; tools/editorconfig/doctor.el + +(unless (executable-find "editorconfig") + (warn! "Couldn't find the editorconfig binary. Using native elisp version (slower)"))