Update .gitignore

This commit is contained in:
Gergely Polonkai
2016-10-04 11:46:55 +02:00
parent 6f1a4b796d
commit d10b065ce4
5 changed files with 99 additions and 1 deletions

21
.mc-lists.el Normal file
View File

@@ -0,0 +1,21 @@
;; 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
'(
c-electric-brace
c-electric-semi&comma
c-indent-line-or-region
electric-newline-and-maybe-indent
indent-for-tab-command
org-cycle
org-end-of-line
org-kill-line
org-self-insert-command
))
(setq mc/cmds-to-run-once
'(
drag-stuff-right
end-of-buffer
))