dotfiles/.mc-lists.el

27 lines
558 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
'(
dired-do-rename
2014-11-12 00:36:24 -07:00
forward-sexp
2014-11-11 17:31:59 -07:00
git-rebase-squash
git-rebase-undo
isearch-forward-regexp
isearch-other-control-char
isearch-printing-char
keyboard-quit
kill-region
python-indent-electric-colon
sgml-slash
skeleton-pair-insert-maybe
universal-argument-minus
))
(setq mc/cmds-to-run-once
'(
delete-horizontal-space
isearch-delete-char
smex
))