el/dot-emacs.el: Treat the Python soft keywords more carefully.
[profile] / el / mdw-multiple-cursors.el
index 8107d48..c384a4b 100644 (file)
@@ -151,6 +151,11 @@ where:
   (define-key map "\C-@" 'set-rectangular-region-anchor)
   (define-key map [?\C- ] 'set-rectangular-region-anchor))
 
+;;;--------------------------------------------------------------------------
+;;; Various little tweaks.
+
+(define-key mc/keymap "\C-m" 'multiple-cursors-mode)
+
 ;;;----- That's all, folks --------------------------------------------------
 
 (provide 'mdw-multiple-cursors)