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

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

[nongnu] elpa/multiple-cursors 6b09b9c 172/434: Add some more basic comm


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 6b09b9c 172/434: Add some more basic commands to the run-all and run-once lists.
Date: Sat, 7 Aug 2021 09:20:19 -0400 (EDT)

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

    Add some more basic commands to the run-all and run-once lists.
---
 multiple-cursors-core.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index 77f5372..eb27986 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -551,6 +551,7 @@ for running commands with multiple cursors.")
                                      describe-function
                                      describe-bindings
                                      describe-prefix-bindings
+                                     view-echo-area-messages
                                      other-window
                                      kill-buffer-and-window
                                      split-window-right
@@ -558,6 +559,8 @@ for running commands with multiple cursors.")
                                      delete-other-windows
                                      toggle-window-split
                                      mwheel-scroll
+                                     scroll-up-command
+                                     scroll-down-command
                                      mouse-set-point
                                      mouse-drag-region
                                      quit-window
@@ -611,6 +614,8 @@ for running commands with multiple cursors.")
                                         backward-delete-char-untabify
                                         delete-char delete-forward-char
                                         delete-backward-char
+                                        c-electric-backspace
+                                        org-delete-backward-char
                                         just-one-space
                                         zap-to-char
                                         end-of-line



reply via email to

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