From 892ce2125a210fdd20bd521a47a5d4e64ddde011 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 4 Oct 2015 16:10:33 -0400 Subject: [PATCH] Add more stuff to .mc-lists --- .emacs.d/.mc-lists.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.emacs.d/.mc-lists.el b/.emacs.d/.mc-lists.el index f420e33..402eb60 100644 --- a/.emacs.d/.mc-lists.el +++ b/.emacs.d/.mc-lists.el @@ -4,12 +4,12 @@ (setq mc/cmds-to-run-for-all '( LaTeX-environment - indent-for-tab-command - kill-region LaTeX-insert-left-brace TeX-insert-backslash TeX-insert-sub-or-superscript hydra-mc/mc/edit-lines + indent-for-tab-command + kill-region yas-expand )) @@ -29,5 +29,6 @@ hydra-mc/mc/sort-regions hydra-mc/mc/unmark-next-like-this hydra-mc/mc/unmark-previous-like-this + hydra-mc/nil smex ))