mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2026-02-05 14:32:24 +00:00
Merge pull request #188 from iqbalansari/master
Add missing require to mc-hide-unmatched-lines-mode
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user