diff --git a/configuration.org b/configuration.org index 0ef6409..db2bd33 100644 --- a/configuration.org +++ b/configuration.org @@ -1643,16 +1643,18 @@ Because one is never enough. :hook (multiple-cursors-mode-enabled . gpolonkai/no-blink-matching-paren) (multiple-cursors-mode-disabled . gpolonkai/blink-matching-paren) - :bind (:map gpolonkai/mc-prefix-map - ("t" . mc/mark-all-like-this) - ("m" . mc/mark-all-like-this-dwim) - ("l" . mc/edit-lines) - ("e" . mc/edit-ends-of-lines) - ("a" . mc/edit-beginnings-of-lines) - ("n" . mc/mark-next-like-this) - ("p" . mc/mark-previous-like-this) - ("s" . mc/mark-sgml-tag-pair) - ("d" . mc/mark-all-like-this-in-defun))) + :bind + (:map gpolonkai/mc-prefix-map + ("t" . mc/mark-all-like-this) + ("m" . mc/mark-all-like-this-dwim) + ("l" . mc/edit-lines) + ("e" . mc/edit-ends-of-lines) + ("a" . mc/edit-beginnings-of-lines) + ("n" . mc/mark-next-like-this) + ("p" . mc/mark-previous-like-this) + ("s" . mc/mark-sgml-tag-pair) + ("d" . mc/mark-all-like-this-in-defun) + ("M-" . mc/add-cursor-on-click))) #+END_SRC *** Incremental search for multiple cursors