mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Add undo to list of known run-only-once commands.
This commit is contained in:
parent
c2bb81f74e
commit
efd79f3258
@ -178,7 +178,10 @@ from being executed if in multiple-cursors-mode."
|
||||
|
||||
;; Commands to run only once (not yet in use)
|
||||
(setq mc--cmds-run-once '(mark-next-like-this
|
||||
save-buffer))
|
||||
save-buffer
|
||||
undo
|
||||
undo-tree-undo
|
||||
undo-tree-redo))
|
||||
|
||||
;; Commands that should be mirrored by all cursors
|
||||
(setq mc--cmds '(mc/keyboard-quit
|
||||
|
Loading…
x
Reference in New Issue
Block a user