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

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

[nongnu] elpa/multiple-cursors 399db27 012/434: More white-listed comman


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 399db27 012/434: More white-listed commands:
Date: Sat, 7 Aug 2021 09:19:45 -0400 (EDT)

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

    More white-listed commands:
    
     - js2-insert-and-indent
     - hippie-expand
     - kill-line
     - kill-whole-line
---
 multiple-cursors.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/multiple-cursors.el b/multiple-cursors.el
index 22bf1c7..21668f6 100644
--- a/multiple-cursors.el
+++ b/multiple-cursors.el
@@ -126,6 +126,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
                  previous-line
                  next-line
                  newline
@@ -133,9 +134,12 @@ from being executed if in multiple-cursors-mode."
                  right-word forward-word
                  left-char backward-char
                  left-word backward-word
+                 hippie-expand
                  yank
                  kill-word
                  kill-region-or-backward-word
+                 kill-line
+                 kill-whole-line
                  backward-kill-word
                  backward-delete-char-untabify
                  delete-char c-electric-delete-forward



reply via email to

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