tools/editorconfig: add binary check to doctor.el

This commit is contained in:
Henrik Lissner 2018-09-28 23:52:22 -04:00
parent e7fc1d3290
commit b674aef31b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)"))