mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/editorconfig: add binary check to doctor.el
This commit is contained in:
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)"))
|
Reference in New Issue
Block a user