branch: elpa/multiple-cursors
commit 810636b2287fee914e0c7dbaeeb4eeb898f4ec1b
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>
Avoid smooth-scroll issues with multiple cursors
---
multiple-cursors-core.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index ca88228..db92e3d 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -199,7 +199,8 @@ cursor with updated info."
(save-excursion
(let ((mc--executing-command-for-fake-cursor t)
(id (overlay-get cursor 'mc-id))
- (annoying-arrows-mode nil))
+ (annoying-arrows-mode nil)
+ (smooth-scroll-margin 0))
(mc/add-fake-cursor-to-undo-list
(mc/pop-state-from-overlay cursor)
(ignore-errors