Add various commands to .mc-lists

This commit is contained in:
Adam Goldsmith 2016-01-20 21:44:08 -05:00
parent 3eb0cea8b7
commit 146fec70b5

View File

@ -3,14 +3,22 @@
(setq mc/cmds-to-run-for-all (setq mc/cmds-to-run-for-all
'( '(
LaTeX-babel-insert-hyphen
LaTeX-environment LaTeX-environment
LaTeX-insert-left-brace LaTeX-insert-left-brace
TeX-insert-backslash TeX-insert-backslash
TeX-insert-dollar TeX-insert-dollar
TeX-insert-sub-or-superscript TeX-insert-sub-or-superscript
comment-dwim
electric-newline-and-maybe-indent
electric-verilog-colon
electric-verilog-semi
electric-verilog-tab
hydra-mc/mc/edit-lines hydra-mc/mc/edit-lines
indent-for-tab-command indent-for-tab-command
kill-region kill-region
markdown-exdent-or-delete
reindent-then-newline-and-indent
yas-expand yas-expand
)) ))
@ -18,6 +26,8 @@
'( '(
TeX-view TeX-view
hydra--digit-argument hydra--digit-argument
hydra-mc-manual/lambda-<return>
hydra-mc-manual/lambda-<return>-and-exit
hydra-mc/body hydra-mc/body
hydra-mc/mc/edit-ends-of-lines hydra-mc/mc/edit-ends-of-lines
hydra-mc/mc/edit-lines hydra-mc/mc/edit-lines
@ -33,6 +43,7 @@
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 hydra-mc/nil
mouse-set-region
smex smex
switch-to-buffer switch-to-buffer
)) ))