forked from magnars/.emacs.d
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.mc-lists.el
32 lines (28 loc) · 1.47 KB
/
.mc-lists.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
;; 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 '(markdown-enter-key
orgtbl-self-insert-command
duplicate-current-line-or-region
org-delete-backward-char
org-self-insert-command
org-metaright
org-metaleft
save-region-or-current-line
kill-region-or-backward-word
change-number-at-point
dired-back-to-start-of-files
yank-indented
wrap-region-trigger
yas/expand
org-shiftright
sgml-slash
slime-space
js2-beginning-of-line
js2-end-of-line
js2-insert-and-indent
js2r-inline-var
c-electric-delete-forward
c-electric-backspace
c-electric-paren
c-electric-semi&comma))
(setq mc/cmds-to-run-once '())