branch: elpa/multiple-cursors
commit 26d0e520bf9f52d2a1460bc53990556a33301e3e
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>

    Add more commands to white-list.
---
 multiple-cursors.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multiple-cursors.el b/multiple-cursors.el
index 5db8c69..8e28fde 100644
--- a/multiple-cursors.el
+++ b/multiple-cursors.el
@@ -128,6 +128,8 @@ from being executed if in multiple-cursors-mode."
 (setq mc--cmds '(self-insert-command
                  js2-insert-and-indent
                  wrap-region-trigger
+                 sgml-slash
+                 slime-space
                  previous-line
                  next-line
                  newline

Reply via email to