mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-15 13:53:05 +00:00
Add transient-mark-mode to mc/cursor-specific-vars to fix other selections than C-SPC. Fixes #55
This commit is contained in:
parent
9582c7220b
commit
a4f6ea179a
@ -120,6 +120,7 @@ highlights the entire width of the window."
|
|||||||
|
|
||||||
(defvar mc/cursor-specific-vars '(autopair-action
|
(defvar mc/cursor-specific-vars '(autopair-action
|
||||||
autopair-wrap-action
|
autopair-wrap-action
|
||||||
|
transient-mark-mode
|
||||||
er/history)
|
er/history)
|
||||||
"A list of vars that need to be tracked on a per-cursor basis.")
|
"A list of vars that need to be tracked on a per-cursor basis.")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user