Add transient-mark-mode to mc/cursor-specific-vars to fix other selections than C-SPC. Fixes #55

This commit is contained in:
Florian Mounier 2013-01-30 16:34:48 +01:00
parent 9582c7220b
commit a4f6ea179a

View File

@ -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.")