diff --git a/.emacs.d/.mc-lists.el b/.emacs.d/.mc-lists.el new file mode 100644 index 0000000..8d22d2f --- /dev/null +++ b/.emacs.d/.mc-lists.el @@ -0,0 +1,28 @@ +;; This file is automatically generated by the multiple-cursors extension. +;; It keeps track of your preferences for running commands with multiple cursors. + +(setq mc/cmds-to-run-for-all + '( + LaTeX-environment + indent-for-tab-command + kill-region + )) + +(setq mc/cmds-to-run-once + '( + hydra-mc/body + hydra-mc/mc/edit-ends-of-lines + hydra-mc/mc/edit-lines + hydra-mc/mc/edit-lines-and-exit + hydra-mc/mc/insert-numbers + hydra-mc/mc/mark-all-dwim + hydra-mc/mc/mark-all-symbols-like-this + hydra-mc/mc/mark-next-like-this + hydra-mc/mc/mark-previous-like-this + hydra-mc/mc/skip-to-next-like-this + hydra-mc/mc/skip-to-previous-like-this + hydra-mc/mc/sort-regions + hydra-mc/mc/unmark-next-like-this + hydra-mc/mc/unmark-previous-like-this + smex + ))