From 6ff2c8e007073f899cf5b1b2b2f6ff5c67922f96 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sun, 4 Oct 2015 16:41:30 -0400 Subject: [PATCH] Add more things to .mc-lists --- .emacs.d/.mc-lists.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.emacs.d/.mc-lists.el b/.emacs.d/.mc-lists.el index 402eb60..f52af33 100644 --- a/.emacs.d/.mc-lists.el +++ b/.emacs.d/.mc-lists.el @@ -6,6 +6,7 @@ LaTeX-environment LaTeX-insert-left-brace TeX-insert-backslash + TeX-insert-dollar TeX-insert-sub-or-superscript hydra-mc/mc/edit-lines indent-for-tab-command @@ -15,6 +16,8 @@ (setq mc/cmds-to-run-once '( + TeX-view + hydra--digit-argument hydra-mc/body hydra-mc/mc/edit-ends-of-lines hydra-mc/mc/edit-lines @@ -31,4 +34,5 @@ hydra-mc/mc/unmark-previous-like-this hydra-mc/nil smex + switch-to-buffer ))