branch: elpa/multiple-cursors
commit 382616ad9a8329dd3b32b303a51ee0509c375183
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>
Don't get annoyed so easily at multiple cursors.
---
multiple-cursors.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/multiple-cursors.el b/multiple-cursors.el
index 710aa5f..7158e17 100644
--- a/multiple-cursors.el
+++ b/multiple-cursors.el
@@ -177,7 +177,8 @@ It works by moving point to the fake cursor, setting
up the proper kill-ring, and then removing the cursor.
After executing the command, it sets up a new fake
cursor with updated info."
- (let ((current-kill-ring kill-ring))
+ (let ((current-kill-ring kill-ring)
+ (annoying-arrows-mode nil))
(save-excursion
(mapc #'(lambda (o)
(when (eq (overlay-get o 'type) 'additional-cursor)