Load mc-cycle-cursors and mc-hide-unmatched-lines-mode after loading multiple-cursors-core

This is useful with autoloaded commands.
This commit is contained in:
Masahiro Nakamura
2020-10-18 04:15:10 +09:00
committed by Magnar Sveen
parent 6a04a147ce
commit 7763f4f9d7
3 changed files with 5 additions and 4 deletions

View File

@@ -844,6 +844,8 @@ for running commands with multiple cursors."
"Commands to run for all cursors in multiple-cursors-mode")
(provide 'multiple-cursors-core)
(require 'mc-cycle-cursors)
(require 'mc-hide-unmatched-lines-mode)
;; Local Variables:
;; coding: utf-8