aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-03-05 22:12:57 -0800
committerGravatar Tom Willemse2017-03-05 22:12:57 -0800
commit389b570fc3c3e21953e1db531c8a3b25c36e4cc2 (patch)
tree1dd88b2e24f9d6f26aae4811d720ff646a9314ed /emacs/.emacs.d/init.org
parent48879e0ab436faae10f27cffe291c64ea0c32dbf (diff)
downloadnew-dotfiles-389b570fc3c3e21953e1db531c8a3b25c36e4cc2.tar.gz
new-dotfiles-389b570fc3c3e21953e1db531c8a3b25c36e4cc2.zip
Add multiple cursors configuration
Diffstat (limited to 'emacs/.emacs.d/init.org')
-rw-r--r--emacs/.emacs.d/init.org9
1 files changed, 9 insertions, 0 deletions
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