mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-14 13:23:06 +00:00
Merge pull request #188 from iqbalansari/master
Add missing require to mc-hide-unmatched-lines-mode
This commit is contained in:
commit
cec48cc78f
@ -30,6 +30,7 @@
|
|||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
(require 'multiple-cursors-core)
|
(require 'multiple-cursors-core)
|
||||||
|
(require 'mc-mark-more)
|
||||||
|
|
||||||
(defvar hum/hide-unmatched-lines-mode-map (make-sparse-keymap)
|
(defvar hum/hide-unmatched-lines-mode-map (make-sparse-keymap)
|
||||||
"Keymap for hide unmatched lines is mainly for rebinding C-g")
|
"Keymap for hide unmatched lines is mainly for rebinding C-g")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user