Add multiple-cursors auto-gererated config file
A list of commands to ignore/not ignore
This commit is contained in:
parent
42ae0bdf2a
commit
f47125169c
28
.emacs.d/.mc-lists.el
Normal file
28
.emacs.d/.mc-lists.el
Normal file
@ -0,0 +1,28 @@
|
||||
;; 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
|
||||
'(
|
||||
LaTeX-environment
|
||||
indent-for-tab-command
|
||||
kill-region
|
||||
))
|
||||
|
||||
(setq mc/cmds-to-run-once
|
||||
'(
|
||||
hydra-mc/body
|
||||
hydra-mc/mc/edit-ends-of-lines
|
||||
hydra-mc/mc/edit-lines
|
||||
hydra-mc/mc/edit-lines-and-exit
|
||||
hydra-mc/mc/insert-numbers
|
||||
hydra-mc/mc/mark-all-dwim
|
||||
hydra-mc/mc/mark-all-symbols-like-this
|
||||
hydra-mc/mc/mark-next-like-this
|
||||
hydra-mc/mc/mark-previous-like-this
|
||||
hydra-mc/mc/skip-to-next-like-this
|
||||
hydra-mc/mc/skip-to-previous-like-this
|
||||
hydra-mc/mc/sort-regions
|
||||
hydra-mc/mc/unmark-next-like-this
|
||||
hydra-mc/mc/unmark-previous-like-this
|
||||
smex
|
||||
))
|
Loading…
Reference in New Issue
Block a user