From 146fec70b51a52e52b5b2097a753f94b0fb8fc14 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 20 Jan 2016 21:44:08 -0500 Subject: [PATCH] Add various commands to .mc-lists --- .emacs.d/.mc-lists.el | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.emacs.d/.mc-lists.el b/.emacs.d/.mc-lists.el index f52af33..57a7f3f 100644 --- a/.emacs.d/.mc-lists.el +++ b/.emacs.d/.mc-lists.el @@ -3,14 +3,22 @@ (setq mc/cmds-to-run-for-all '( + LaTeX-babel-insert-hyphen LaTeX-environment LaTeX-insert-left-brace TeX-insert-backslash TeX-insert-dollar 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 indent-for-tab-command kill-region + markdown-exdent-or-delete + reindent-then-newline-and-indent yas-expand )) @@ -18,6 +26,8 @@ '( TeX-view hydra--digit-argument + hydra-mc-manual/lambda- + hydra-mc-manual/lambda--and-exit hydra-mc/body hydra-mc/mc/edit-ends-of-lines hydra-mc/mc/edit-lines @@ -33,6 +43,7 @@ hydra-mc/mc/unmark-next-like-this hydra-mc/mc/unmark-previous-like-this hydra-mc/nil + mouse-set-region smex switch-to-buffer ))