forked from ocodo/.emacs.d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mc-lists.el
40 lines (38 loc) · 1 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
33
34
35
36
37
38
39
40
;; 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
'(
autopair-insert-opening
autopair-insert-or-skip-quote
autopair-skip-close-maybe
beginning-of-visual-line
cua-copy-region
cua-cut-region
cua-delete-region
cua-paste
cua-scroll-up
dabbrev-expand
embrace-add
end-of-visual-line
indent-for-tab-command
keyboard-escape-quit
multiple-cursors-mode
nxml-electric-slash
ruby-end-space
slim-electric-backspace
smart-beginning-of-line
yas-expand
zap-up-to-char
))
(setq mc/cmds-to-run-once
'(
beginning-of-buffer
cua-scroll-down
delete-horizontal-space
end-of-buffer
iedit-mode
mac-mwheel-scroll
repeat
set-fill-column
smex
))