branch: elpa/multiple-cursors
commit 38d6013d18279bd4392c2e4de9ae1e201d2d754c
Merge: 98f2346 b3fd49c
Author: Magnar Sveen <[email protected]>
Commit: Magnar Sveen <[email protected]>
Merge pull request #156 from magnars/revert-152-master
Revert "Change file load timing"
---
multiple-cursors-core.el | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/multiple-cursors-core.el b/multiple-cursors-core.el
index 32f1537..974b1b8 100644
--- a/multiple-cursors-core.el
+++ b/multiple-cursors-core.el
@@ -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)