branch: elpa/multiple-cursors
commit 60b9ef8347abf30fed04f142ac5edaaec552507d
Author: jules tamagnan <[email protected]>
Commit: jules tamagnan <[email protected]>
Updated readme according to `mc/always-run-for-all
Related to #256 by @bb2020
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index 8516da5..10e7e4d 100644
--- a/README.md
+++ b/README.md
@@ -157,6 +157,11 @@ the location with:
NB! Make sure to do so before requiring multiple-cursors.
+It is possible to set multiple-cursors to "run-for-all" for every
+command except for those that are listed in `mc/cmds-to-run-once`. To
+enable this set `mc/always-run-for-all` to non-nil. Add commands to be
+run once to `mc/cmds-to-run-once` in ".mc-lists.el".
+
## Known limitations
* isearch-forward and isearch-backward aren't supported with multiple cursors.