From eba10208fc38889e792dca08f4c2067936c3008a Mon Sep 17 00:00:00 2001 From: Peder Stray Date: Tue, 20 Mar 2018 11:25:08 +0100 Subject: [PATCH] Add temporary-goal-column to mc/cursor-specific-vars --- multiple-cursors-core.el | 1 + 1 file changed, 1 insertion(+) diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el index d448617..06f1dfe 100644 --- a/multiple-cursors-core.el +++ b/multiple-cursors-core.el @@ -148,6 +148,7 @@ highlights the entire width of the window." yank-undo-function autopair-action autopair-wrap-action + temporary-goal-column er/history) "A list of vars that need to be tracked on a per-cursor basis.")