Simple image host.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.mc-lists.el 422B

12345678910111213141516171819
  1. ;; This file is automatically generated by the multiple-cursors extension.
  2. ;; It keeps track of your preferences for running commands with multiple cursors.
  3. (setq mc/cmds-to-run-for-all
  4. '(
  5. autopair-insert-opening
  6. autopair-newline
  7. autopair-skip-close-maybe
  8. c-electric-delete-forward
  9. c-indent-line-or-region
  10. indent-for-tab-command
  11. kill-region
  12. undefined
  13. ))
  14. (setq mc/cmds-to-run-once
  15. '(
  16. write-file
  17. ))