mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 21:03:05 +00:00
Revert "Change file load timing"
This commit is contained in:
parent
98f2346f03
commit
b3fd49c1d9
@ -717,9 +717,7 @@ for running commands with multiple cursors.")
|
||||
(defvar mc/cmds-to-run-for-all nil
|
||||
"Commands to run for all cursors in multiple-cursors-mode")
|
||||
|
||||
(defun mc/load-list-file () (load mc/list-file t))
|
||||
|
||||
(add-hook 'after-init-hook 'mc/load-list-file)
|
||||
(load mc/list-file t) ;; load, but no errors if it does not exist yet please
|
||||
|
||||
(provide 'multiple-cursors-core)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user