From 64e429b5d6faf5ae87a832153347d261b8d03583 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 23 Dec 2018 17:53:45 -0500 Subject: [emacs] Assimilate multiple-cursors 1.4.0-47-g6a7c3c0 --- init.org | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'init.org') diff --git a/init.org b/init.org index 2bd523e..536e25d 100644 --- a/init.org +++ b/init.org @@ -1893,7 +1893,16 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. :bind ("C-=" . er/expand-region)) #+end_src -** TODO multiple-cursors +** multiple-cursors + +#+begin_src emacs-lisp +(use-package multiple-cursors + :bind (("C-c M c" . mc/edit-lines) + ("C-c M n" . mc/mark-next-like-this) + ("C-c M p" . mc/mark-previous-like-this) + ("C-c M a" . mc/mark-all-like-this) + ("C-S-" . mc/add-cursor-on-click))) +#+end_src * Email :PROPERTIES: @@ -1916,7 +1925,6 @@ Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]]. (use-package gnus :bind (("C-c m" . gnus) - ("C-c M" . gnus-unplugged) ("s-m" . gnus) ("s-M" . gnus-unplugged)) :init -- cgit v1.2.3-83-g751a