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

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

[nongnu] elpa/multiple-cursors d8f5116 013/434: Add more commands to mul


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors d8f5116 013/434: Add more commands to multiple-cursors whitelist.
Date: Sat, 7 Aug 2021 09:19:45 -0400 (EDT)

branch: elpa/multiple-cursors
commit d8f5116f455d742292c0e0fca2a2b1f5033dee65
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    Add more commands to multiple-cursors whitelist.
---
 multiple-cursors.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/multiple-cursors.el b/multiple-cursors.el
index 21668f6..ec7b550 100644
--- a/multiple-cursors.el
+++ b/multiple-cursors.el
@@ -127,6 +127,7 @@ from being executed if in multiple-cursors-mode."
 ;; Commands that should be mirrored by all cursors
 (setq mc--cmds '(self-insert-command
                  js2-insert-and-indent
+                 wrap-region-trigger
                  previous-line
                  next-line
                  newline
@@ -134,8 +135,9 @@ from being executed if in multiple-cursors-mode."
                  right-word forward-word
                  left-char backward-char
                  left-word backward-word
+                 forward-list
                  hippie-expand
-                 yank
+                 yank yank-indented
                  kill-word
                  kill-region-or-backward-word
                  kill-line



reply via email to

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