-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.mc-lists.el
37 lines (35 loc) · 948 Bytes
/
.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
;; 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-colon
c-electric-lt-gt
c-electric-paren
c-electric-semi&comma
c-electric-slash
c-scope-operator
delete-horizontal-space
ignore
isearch-forward-word
kill-rectangle
kill-region
multiple-cursors-mode
org-self-insert-command
transpose-words
undefined
wdired-finish-edit
wdired-next-line
wgrep-finish-edit
yaml-electric-backspace
))
(setq mc/cmds-to-run-once
'(
clang-format-region
compile-goto-error
describe-key
handle-switch-frame
isearch-forward-word
org-return
yaml-electric-dash-and-dot
yas-expand
))