emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/multiple-cursors b3fd49c 306/434: Revert "Change file load


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors b3fd49c 306/434: Revert "Change file load timing"
Date: Sat, 7 Aug 2021 09:20:48 -0400 (EDT)

branch: elpa/multiple-cursors
commit b3fd49c1d97cd6e2c6fea494d0cec9244818ce5a
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]