From 5f0f2f90361a4c0a76478b288998595fc3ddebd2 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Wed, 8 Apr 2020 10:38:14 -0300 Subject: Added my old emacs config --- .emacs.d.back/.mc-lists.el | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .emacs.d.back/.mc-lists.el (limited to '.emacs.d.back/.mc-lists.el') diff --git a/.emacs.d.back/.mc-lists.el b/.emacs.d.back/.mc-lists.el new file mode 100644 index 00000000..8f72bb3c --- /dev/null +++ b/.emacs.d.back/.mc-lists.el @@ -0,0 +1,24 @@ +;; 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 + '( + electric-pair-delete-pair + elpy-nav-backward-indent + elpy-nav-forward-indent + helm-M-x + indent-for-tab-command + js2r-kill + magit-status + org-cycle + org-self-insert-command + query-replace + rjsx-electric-gt + rjsx-electric-lt + )) + +(setq mc/cmds-to-run-once + '( + helm-find-files + kill-region + )) -- cgit v1.2.3