Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
10sr committed Dec 20, 2019
1 parent 6deff59 commit 243cc04
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Expand Up @@ -37,18 +37,18 @@ To install manually, copy all `.el` files in this repository to
(editorconfig-mode 1)
```

### Install a Core Program
### (Optional) 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.
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
Expand Down Expand Up @@ -106,7 +106,7 @@ future updates. When both are specified, `file_type_ext` takes precedence.

`editorconfig-emacs` provides some customize variables.

Here are some of these variables: for the full list of available variables,
Here are some of these variables: for the full list of available variables,
type <kbd>M-x customize-group [RET] editorconfig [RET]</kbd>.


Expand Down

0 comments on commit 243cc04

Please sign in to comment.