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