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

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

[nongnu] elpa/multiple-cursors a4f6ea1 205/434: Add transient-mark-mode


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors a4f6ea1 205/434: Add transient-mark-mode to mc/cursor-specific-vars to fix other selections than C-SPC. Fixes #55
Date: Sat, 7 Aug 2021 09:20:26 -0400 (EDT)

branch: elpa/multiple-cursors
commit a4f6ea179a05d689dbbad7d4f13fe054ce964993
Author: Florian Mounier <florian.mounier@kozea.fr>
Commit: Florian Mounier <florian.mounier@kozea.fr>

    Add transient-mark-mode to mc/cursor-specific-vars to fix other selections 
than C-SPC. Fixes #55
---
 multiple-cursors-core.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index 0069bcf..be66a69 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -120,6 +120,7 @@ highlights the entire width of the window."
 
 (defvar mc/cursor-specific-vars '(autopair-action
                                   autopair-wrap-action
+                                  transient-mark-mode
                                   er/history)
   "A list of vars that need to be tracked on a per-cursor basis.")
 



reply via email to

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