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 ))