Fix keybinding for Multiple Cursors

This commit is contained in:
Tom Willemse 2017-12-31 01:12:29 -08:00
parent c273856b94
commit e45c08497a

View file

@ -217,7 +217,7 @@ Computing Environment".
edits to make on multiple levels.
#+BEGIN_SRC emacs-lisp
(global-set-key (kbd "C-+") 'mc/mark-next-like-this)
(global-set-key (kbd "M-+") 'mc/mark-next-like-this)
#+END_SRC
I've been looking for something like Embrace for a long time. I