branch: externals/cm-mode
commit 79e8c9c8ee447781779287bf20ac3c3baf709fd4
Author: Joost Kremers <[email protected]>
Commit: Joost Kremers <[email protected]>

    Add screenshot to the README.
---
 Emacs_CriticMarkup.png | Bin 0 -> 134044 bytes
 README.md              |   7 ++++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/Emacs_CriticMarkup.png b/Emacs_CriticMarkup.png
new file mode 100644
index 0000000000..e8da297433
Binary files /dev/null and b/Emacs_CriticMarkup.png differ
diff --git a/README.md b/README.md
index 80231c1e40..9ef5bf1e08 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ CriticMarkup is a way for authors and editors to track 
changes to documents in p
 - Comment {>> <<}
 - Highlight {{ }}{>> <<}
 
-Activating `cm-mode` provides key{--s--} {++bindings ++}to insert these 
{~~patterns~>markup tags~~} above and thus mark one's changes to the text. The 
provided {{key bindings}}{>>Should you mention that these are nicely 
mnemonic?<<} are:
+Activating `cm-mode` provides key{--s--} {++bindings ++}to insert these 
{~~patterns~>markup tags~~} and thus mark one's changes to the text. The 
provided {==key bindings==}{>>@jk Should you mention that these are nicely 
mnemonic?<<} are:
 
 - `C-c * a`: add text
 - `C-c * d`: delete text
@@ -66,3 +66,8 @@ To mitigate this problem, you can use soft wrap (with 
`visual-line-mode`). Since
 - Commands to accept or reject all changes in one go. {>>These won't be bound 
to keys, though.<<}
 - Do not combine two adjacent additions/deletions if the auto-comment is 
different.
 - Mouse support?
+
+
+## Sceenshot ##
+
+![Emacs CriticMarkup](Emacs_CriticMarkup.png)

Reply via email to