From 389b570fc3c3e21953e1db531c8a3b25c36e4cc2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 5 Mar 2017 22:12:57 -0800 Subject: Add multiple cursors configuration --- emacs/.emacs.d/init.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'emacs/.emacs.d/init.org') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 50cc268..7071bf6 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -787,6 +787,15 @@ Computing Environment". 'face '(:family "Font Awesome" :height 0.75)))) #+END_SRC +** Multiple cursor + + Using multiple cursors can be really handy when you have the same + edits to make on multiple levels. + + #+BEGIN_SRC emacs-lisp + (global-set-key (kbd "C-+") 'mc/mark-next-like-this) + #+END_SRC + * Major modes Configuration for major modes is specified in dedicated -- cgit v1.2.3-54-g00ecf