summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org12
1 files changed, 10 insertions, 2 deletions
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-<mouse-1>" . 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