-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mc-lists.el
46 lines (44 loc) · 1.21 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
41
42
43
44
45
46
;; 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
'(
back-to-indentation-or-beginning
c-electric-brace
c-electric-colon
c-electric-delete-forward
c-electric-lt-gt
c-electric-paren
c-electric-semi&comma
c-electric-slash
c-electric-star
company-quickhelp-manual-begin
dabbrev-expand
electric-newline-and-maybe-indent
end-of-buffer
eval-and-replace
evil-insert
indent-for-tab-command
kill-region
paredit-forward-delete
paredit-forward-kill-word
paredit-kill
paredit-newline
paredit-open-round
paredit-semicolon
yas-expand
zap-up-to-char
))
(setq mc/cmds-to-run-once
'(
beginning-of-buffer
electric-pair-delete-pair
evil-delete-backward-char-and-join
helm-M-x
ido-find-file
ido-switch-buffer
markdown-exdent-or-delete
mouse-set-region
previous-buffer
reindent-then-newline-and-indent
smex
))