-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.mc-lists.el
24 lines (22 loc) · 1.15 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
;; 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 '(c-electric-slash
c-electric-colon
cua-delete-region
forward-sexp
backward-sexp
my-forward-word-or-buffer-or-windows
cua-paste-pop
cua-paste
cua-cut-region
c-electric-delete-forward
c-electric-paren
c-electric-semi&comma
my-backward-word-or-buffer-or-windows
kill-region
end-of-buffer
my-beginning-of-line-or-indentation
minibuffer-complete-and-exit
forward-paragraph))
(setq mc/cmds-to-run-once '(c-electric-backspace
cua-scroll-up))