aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-12-31 01:12:29 -0800
committerGravatar Tom Willemse2017-12-31 01:12:29 -0800
commite45c08497afd7271f73d60c2872397a460c81519 (patch)
tree799f0fe17f8de645b80bb9f7ed605904a59fcfdc /emacs/.emacs.d/init.org
parentc273856b9445702926348ad1b0e1e084bab9e183 (diff)
downloadnew-dotfiles-e45c08497afd7271f73d60c2872397a460c81519.tar.gz
new-dotfiles-e45c08497afd7271f73d60c2872397a460c81519.zip
Fix keybinding for Multiple Cursors
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index b46b32d..2a0d2c6 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -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