mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-13 13:03:03 +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:
|
||||
|
||||
(require 'multiple-cursors-core)
|
||||
(require 'mc-mark-more)
|
||||
|
||||
(defvar hum/hide-unmatched-lines-mode-map (make-sparse-keymap)
|
||||
"Keymap for hide unmatched lines is mainly for rebinding C-g")
|
||||
|
Loading…
x
Reference in New Issue
Block a user