Updated readme according to `mc/always-run-for-all

Related to #256 by @bb2020
This commit is contained in:
jules tamagnan 2016-07-05 06:26:07 -04:00
parent d9a6047d1a
commit 60b9ef8347

View File

@ -157,6 +157,11 @@ the location with:
NB! Make sure to do so before requiring multiple-cursors. 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 ## Known limitations
* isearch-forward and isearch-backward aren't supported with multiple cursors. * isearch-forward and isearch-backward aren't supported with multiple cursors.