branch: externals/cm-mode
commit be10cac32553acb7ced44bf27c2dc6fd6b0f9d13
Author: Joost Kremers <[email protected]>
Commit: Joost Kremers <[email protected]>
Add comment of Follow changes mode to TODO list
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3e4da46013..fe0c287372 100644
--- a/README.md
+++ b/README.md
@@ -44,4 +44,5 @@ To mitigate this problem, you can use soft wrap (with
`visual-line-mode`). Since
- Command to accept or reject all changes interactively (`C-c * I`).
- Commands to accept or reject all changes in one go. {>>These won't be bound
to keys, though.<<}
-- Mouse support.
+- Follow changes mode: automatically insert CriticMarkup when changes are made
to the buffer.
+- Mouse support?