branch: externals/cm-mode
commit c6e86a36164341cfaf4fb0424c0b058ee6c78284
Author: Joost Kremers <[email protected]>
Commit: Joost Kremers <[email protected]>
Add comment on font-lock faces to README.
---
README.md | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 2125f1bdb3..e1b32a3d7c 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,8 @@ CriticMarkup defines the following patterns for marking
changes to a text:
Note: additions are called insertions here, because it allows us to use
mnemonic key bindings.
-Activating `cm-mode` adds the patterns above to font-lock-keywords and
-provides key bindings to insert the patterns above and thus mark one's
-changes to the text. The provided key bindings are:
+Activating `cm-mode` provides key bindings to insert the patterns above and
+thus mark one's changes to the text. The provided key bindings are:
- `C-c * i`: insert text
- `C-c * d`: delete text
@@ -26,6 +25,11 @@ region. The commands for inserting and substituting text and
for
inserting a comment (which includes the command to highlight text) all
put the cursor at the correct position, so you can start typing right away.
+`cm-mode` also adds the markup patterns defined by CriticMarkup to
+`font-lock-keywords` and provides customisable faces to highlight them. The
+customisation group is called `criticmarkup`.
+
+
TODO:
- Commands to accept or reject the change at point (`C-c * a` and `C-c * r`)