[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/multiple-cursors 8a60fc7 3/3: Document multiple-cursors-mo
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/multiple-cursors 8a60fc7 3/3: Document multiple-cursors-mode-disabled-hook in Readme |
Date: |
Fri, 12 Nov 2021 17:57:49 -0500 (EST) |
branch: elpa/multiple-cursors
commit 8a60fc7ef0ae6e5ca089a7c95264cd0ae83e7274
Author: Johannes Lippmann <code@schauderbasis.de>
Commit: Magnar Sveen <magnars@gmail.com>
Document multiple-cursors-mode-disabled-hook in Readme
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 0468f692..9a21afa 100644
--- a/README.md
+++ b/README.md
@@ -162,6 +162,10 @@ You can [watch an intro to multiple-cursors at Emacs
Rocks](http://emacsrocks.co
- If you would like to keep the global bindings clean, and get custom
keybindings
when the region is active, you can try
[region-bindings-mode](https://github.com/fgallina/region-bindings-mode).
+- There is a special hook that is run when the mode is diabled
+ (which is equivalent to the number of cursors going back to 1):
+ `multiple-cursors-mode-disabled-hook`
+
BTW, I highly recommend adding `mc/mark-next-like-this` to a key binding that's
right next to the key for `er/expand-region`.