From 60b9ef8347abf30fed04f142ac5edaaec552507d Mon Sep 17 00:00:00 2001 From: jules tamagnan Date: Tue, 5 Jul 2016 06:26:07 -0400 Subject: [PATCH] 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.