Skip to content

Commit

Permalink
Merge pull request #290 from raxod502/feat/silent-load
Browse files Browse the repository at this point in the history
Don't display message while loading mc/list-file
  • Loading branch information
magnars committed Aug 13, 2017
2 parents f6bac94 + fa91dfb commit 18f992b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion multiple-cursors-core.el
Expand Up @@ -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)

Expand Down

0 comments on commit 18f992b

Please sign in to comment.