branch: scratch/editorconfig-cc
commit d5c50cb9d794913792d1fa01ff97490fdb781fd4
Author: Hong Xu <h...@topbug.net>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Update README: add information about customize-variable.
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index f48ae40df8..03b3d0b545 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,8 @@ add a pair of major-mode symbol and its indentation variables:
   '(c-mode c-basic-offset))
 ```
 
+You can also modify this variable with the command
+<kbd>M-x customize-variable [RET] editorconfig-indentation-alist [RET]</kbd>.
 For a bit more compilicated cases please take a look at the docstring of this 
variable.
 
 ## Testing

Reply via email to