Update .gitignore
This commit is contained in:
21
.mc-lists.el
Normal file
21
.mc-lists.el
Normal 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
|
||||
))
|
Reference in New Issue
Block a user