Add multiple cursors configuration

This commit is contained in:
Tom Willemse 2017-03-05 22:12:57 -08:00
parent 48879e0ab4
commit 389b570fc3

View file

@ -787,6 +787,15 @@ Computing Environment".
'face '(:family "Font Awesome" :height 0.75)))) 'face '(:family "Font Awesome" :height 0.75))))
#+END_SRC #+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 * Major modes
Configuration for major modes is specified in dedicated Configuration for major modes is specified in dedicated