From 382616ad9a8329dd3b32b303a51ee0509c375183 Mon Sep 17 00:00:00 2001 From: Magnar Sveen Date: Fri, 11 May 2012 16:29:38 +0200 Subject: [PATCH] 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)