Add more stuff to .mc-lists

This commit is contained in:
Adam Goldsmith 2015-10-04 16:10:33 -04:00
parent 899461b5fc
commit 892ce2125a

View File

@ -4,12 +4,12 @@
(setq mc/cmds-to-run-for-all (setq mc/cmds-to-run-for-all
'( '(
LaTeX-environment LaTeX-environment
indent-for-tab-command
kill-region
LaTeX-insert-left-brace LaTeX-insert-left-brace
TeX-insert-backslash TeX-insert-backslash
TeX-insert-sub-or-superscript TeX-insert-sub-or-superscript
hydra-mc/mc/edit-lines hydra-mc/mc/edit-lines
indent-for-tab-command
kill-region
yas-expand yas-expand
)) ))
@ -29,5 +29,6 @@
hydra-mc/mc/sort-regions hydra-mc/mc/sort-regions
hydra-mc/mc/unmark-next-like-this hydra-mc/mc/unmark-next-like-this
hydra-mc/mc/unmark-previous-like-this hydra-mc/mc/unmark-previous-like-this
hydra-mc/nil
smex smex
)) ))