-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.mc-lists.el
49 lines (47 loc) · 1.32 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
;; 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
'(
ace-window
backward-sexp
beginning-of-buffer
complete-symbol
crux-move-beginning-of-line
dabbrev-expand
electric-newline-and-maybe-indent
end-of-visual-line
forward-sexp
helm-M-x
helm-mini
helm-show-kill-ring
indent-for-tab-command
kill-region
lispy-space
paredit-backslash
paredit-backward
paredit-backward-kill-word
paredit-forward
paredit-forward-delete
paredit-forward-kill-word
paredit-open-round
paredit-wrap-round
query-replace-regexp
restclient-toggle-body-visibility-or-indent
sgml-slash
sh-assignment
slime-autodoc-space
slime-compile-and-load-file
slime-compile-defun
sp-remove-active-pair-overlay
special-lh-knight/body
special-lispy-ace-symbol
special-lispy-move-down
special-lispy-occur
special-lispy-tab
special-lispy-up
))
(setq mc/cmds-to-run-once
'(
end-of-buffer
helm-confirm-and-exit-minibuffer
))