summaryrefslogtreecommitdiff
path: root/.emacs.d.back/.mc-lists.el
diff options
context:
space:
mode:
authorRoger Gonzalez <rogergonzalez21@gmail.com>2020-04-08 10:38:14 -0300
committerRoger Gonzalez <rogergonzalez21@gmail.com>2020-04-08 10:38:14 -0300
commit5f0f2f90361a4c0a76478b288998595fc3ddebd2 (patch)
treefba8d30e376187e1b0b441314497bb1a70989f08 /.emacs.d.back/.mc-lists.el
parent47e1414d1be0069b158d0d0718988d72b0fb5d0d (diff)
Added my old emacs config
Diffstat (limited to '.emacs.d.back/.mc-lists.el')
-rw-r--r--.emacs.d.back/.mc-lists.el24
1 files changed, 24 insertions, 0 deletions
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
+ ))