dotfiles/user-config/emacs/.emacs.d/.mc-lists.el

17 lines
403 B
EmacsLisp

;; 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
'(
backward-sexp
forward-sexp
kill-region
org-beginning-of-line
org-delete-char
org-self-insert-command
))
(setq mc/cmds-to-run-once
'(
))