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

    Add some mouse-commands to the run-once list.
---
 multiple-cursors-core.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index f9bdf0d..2e280ff 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -454,6 +454,8 @@ for running commands with multiple cursors.")
                                      delete-other-windows
                                      toggle-window-split
                                      mwheel-scroll
+                                     mouse-set-point
+                                     mouse-drag-region
                                      quit-window
                                      toggle-read-only
                                      windmove-left

Reply via email to