forked from plexus/.emacs.d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mc-lists.el
108 lines (106 loc) · 2.95 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
;; 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
'(
backward-sexp
beginning-of-visual-line
cider-eval-last-sexp
cljr-slash
cljr-splice-sexp-killing-backward
clojure-backward-logical-sexp
clojure-forward-logical-sexp
coffee-dedent-line-backspace
company-complete
complete-symbol
delete-horizontal-space
delete-indentation
downcase-region
electric-newline-and-maybe-indent
end-of-buffer
end-of-defun
end-of-visual-line
eval-last-sexp
forward-sexp
haml-electric-backspace
handle-switch-frame
helm-projectile-find-file
ido-switch-buffer
indent-for-tab-command
kill-region
kill-sexp
mark-whole-buffer
markdown-exdent-or-delete
markdown-outdent-or-delete
org-beginning-of-line
org-cycle
org-delete-indentation
org-end-of-line
org-force-self-insert
org-kill-line
org-metaright
org-return-indent
org-self-insert-command
org-yank
paredit-backward
paredit-backward-barf-sexp
paredit-backward-down
paredit-backward-kill-word
paredit-backward-slurp-sexp
paredit-backward-up
paredit-close-curly
paredit-close-round
paredit-close-square
paredit-doublequote
paredit-forward
paredit-forward-barf-sexp
paredit-forward-delete
paredit-forward-down
paredit-forward-kill-word
paredit-forward-slurp-sexp
paredit-forward-up
paredit-kill
paredit-newline
paredit-open-curly
paredit-open-round
paredit-open-square
paredit-semicolon
paredit-splice-sexp-killing-backward
plexus/cider-eval-and-insert
pug-electric-backspace
sp-backward-delete-char
sp-backward-delete-char
sp-backward-down-sexp
sp-backward-kill-sexp
sp-backward-kill-word
sp-backward-sexp
sp-copy-sexp
sp-delete-char
sp-forward-sexp
sp-forward-slurp-sexp
sp-kill-hybrid-sexp
sp-kill-sexp
sp-kill-word
sp-splice-sexp-killing-backward
sp-up-sexp
transpose-sexps
upcase-region
wdired-finish-edit
wdired-next-line
wdired-previous-line
wgrep-finish-edit
yaml-electric-dash-and-dot
yas-expand
yas-expand
))
(setq mc/cmds-to-run-once
'(
beginning-of-buffer
cider-eval-defun-at-point
cljr-create-fn-from-example
helm-M-x
helm-ag--edit-commit
plexus/edit-md-source-block
switch-to-buffer
wdired-change-to-wdired-mode
yaml-electric-backspace
))