branch: scratch/editorconfig-cc
commit 92937591a3228f3a6fac8a8cd26d8af02f098a62
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Update README
---
 README.md | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 735b3c16c0..3a4857af12 100644
--- a/README.md
+++ b/README.md
@@ -20,18 +20,18 @@ To install manually, copy all `.el` files in this 
repository to
 (editorconfig-mode 1)
 ```
 
-### Install a Core Program
-
-This package requires a Core program.
-The officially recommended one is [EditorConfig C Core][],
-follow the instructions in the README and INSTALL files to install it.
-
-Though using C Core is recommended, but this plugin also
-includes a core library implemented in Emacs Lisp.
-This plugin uses this as a fallback method when no core executable
-is found, so it works out-of-the-box without explicitly installing
-any other core program.
-
+### (Optional) Install a Core Program
+
+This package uses a Core program.
+A core implemented in Emacs Lisp is include in this plugin,
+so usually you don't need to install any other core programs.
+
+Optionally, you can install and use other core programs.
+One such example is [EditorConfig C Core][], follow the instructions
+in the README and INSTALL files to install it.
+To use them instead of the default elisp core, you need to configure
+`editorconfig-get-properties-function`
+(read the docstring for details).
 
 
 ## Supported properties

Reply via email to