emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/multiple-cursors 382616a 020/434: Don't get annoyed so eas


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 382616a 020/434: Don't get annoyed so easily at multiple cursors.
Date: Sat, 7 Aug 2021 09:19:46 -0400 (EDT)

branch: elpa/multiple-cursors
commit 382616ad9a8329dd3b32b303a51ee0509c375183
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]