mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +00:00
Don't display message while loading mc/list-file
This commit is contained in:
parent
ddbe3ae932
commit
fa91dfb9bd
@ -782,7 +782,9 @@ for running commands with multiple cursors."
|
||||
(defvar mc/cmds-to-run-for-all nil
|
||||
"Commands to run for all cursors in multiple-cursors-mode")
|
||||
|
||||
(load mc/list-file t) ;; load, but no errors if it does not exist yet please
|
||||
;; load, but no errors if it does not exist yet please, and no message
|
||||
;; while loading
|
||||
(load mc/list-file 'noerror 'nomessage)
|
||||
|
||||
(provide 'multiple-cursors-core)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user