forked from flyingmachine/emacs-for-clojure
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.mc-lists.el
More file actions
62 lines (60 loc) · 1.67 KB
/
.mc-lists.el
File metadata and controls
62 lines (60 loc) · 1.67 KB
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
;; 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
c-electric-delete-forward
c-electric-paren
c-electric-semi&comma
cljr-raise-sexp
cljr-slash
cljr-splice-sexp-killing-backward
cljr-splice-sexp-killing-forward
forward-sexp
helm-show-kill-ring
indent-for-tab-command
indent-new-comment-line
kill-region
magit-copy-buffer-revision
org-beginning-of-line
org-delete-char
org-self-insert-command
paredit-backward
paredit-backward-down
paredit-backward-kill-word
paredit-backward-up
paredit-close-square
paredit-doublequote
paredit-forward
paredit-forward-delete
paredit-forward-down
paredit-forward-kill-word
paredit-forward-slurp-sexp
paredit-forward-up
paredit-open-curly
paredit-open-square
paredit-wrap-round
shrink-whitespace
transpose-sexps
transpose-words
yaml-electric-backspace
yaml-electric-dash-and-dot
))
(setq mc/cmds-to-run-once
'(
ace-window
beginning-of-buffer
bookmark-jump
cider-load-buffer
cljr-remove-let
cljr-thread
end-of-buffer
helm-projectile-find-file
paredit-backward-slurp-sexp
paredit-close-round
paredit-forward-barf-sexp
paredit-kill
paredit-open-round
paredit-semicolon
yas-expand
))