tools/editorconfig: add binary check to doctor.el
This commit is contained in:
parent
e7fc1d3290
commit
b674aef31b
1 changed files with 5 additions and 0 deletions
5
modules/tools/editorconfig/doctor.el
Normal file
5
modules/tools/editorconfig/doctor.el
Normal 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)"))
|
Loading…
Add table
Add a link
Reference in a new issue