blob: 8f72bb3c55db17da31b517d9e0a2c1f4ab1096b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
;; This file is automatically generated by the multiple-cursors extension.
;; It keeps track of your preferences for running commands with multiple cursors.
(setq mc/cmds-to-run-for-all
'(
electric-pair-delete-pair
elpy-nav-backward-indent
elpy-nav-forward-indent
helm-M-x
indent-for-tab-command
js2r-kill
magit-status
org-cycle
org-self-insert-command
query-replace
rjsx-electric-gt
rjsx-electric-lt
))
(setq mc/cmds-to-run-once
'(
helm-find-files
kill-region
))
|