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

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

[nongnu] elpa/multiple-cursors 810636b 120/434: Avoid smooth-scroll issu


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 810636b 120/434: Avoid smooth-scroll issues with multiple cursors
Date: Sat, 7 Aug 2021 09:20:08 -0400 (EDT)

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

    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



reply via email to

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