dotfiles/.mc-lists.el

34 lines
876 B
EmacsLisp
Raw Normal View History

2014-11-11 17:31:59 -07:00
;; 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
'(
2014-11-20 03:26:12 -07:00
backward-sexp
2014-11-18 04:09:17 -07:00
dired-do-rename
2014-11-20 03:26:12 -07:00
eval-last-sexp
2014-11-18 04:09:17 -07:00
forward-sexp
git-rebase-squash
git-rebase-undo
2014-11-20 03:26:12 -07:00
helm-show-kill-ring
2014-11-18 04:09:17 -07:00
isearch-forward-regexp
isearch-other-control-char
isearch-printing-char
keyboard-quit
kill-region
2014-11-21 03:32:19 -07:00
org-self-insert-command
2014-11-18 04:09:17 -07:00
python-indent-electric-colon
sgml-slash
skeleton-pair-insert-maybe
tern-ac-dot-complete
universal-argument-minus
2014-11-19 17:09:27 -07:00
wdired-finish-edit
2014-11-18 04:09:17 -07:00
))
2014-11-11 17:31:59 -07:00
(setq mc/cmds-to-run-once
'(
2014-11-18 04:09:17 -07:00
delete-horizontal-space
2014-11-19 17:09:27 -07:00
dired-toggle-read-only
2014-11-18 04:09:17 -07:00
isearch-delete-char
smex
))