X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/c6fe19d5ddff128cc87fabcd0e7f82be6af19781..c36efcdc0b2d92b02fd7224d4fc53cf5a7cb74e3:/el/mdw-multiple-cursors.el diff --git a/el/mdw-multiple-cursors.el b/el/mdw-multiple-cursors.el index 8107d48..c384a4b 100644 --- a/el/mdw-multiple-cursors.el +++ b/el/mdw-multiple-cursors.el @@ -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)