From f47125169ca3b448bde10a1c228059581f2f4baf Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 17 Sep 2015 21:32:49 -0400 Subject: [PATCH] Add multiple-cursors auto-gererated config file A list of commands to ignore/not ignore --- .emacs.d/.mc-lists.el | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .emacs.d/.mc-lists.el 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 + ))