branch: scratch/editorconfig-cc commit f263d8a45cfff8f0c7c052d3b5ed96bc2889cfc1 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Update instructions about core program --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eff94ba376..4d46b55369 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ [](http://melpa.org/#/editorconfig) [](https://stable.melpa.org/#/editorconfig) -Or, when no Core executable is found, this plugin uses Emacs Lisp implemented -Core as a fallback. +This plugin also has a core library implemented in Emacs-Lisp, and fallback +to it when no core executable is found. (require 'editorconfig) (editorconfig-mode 1)