mirror of
https://github.com/magnars/multiple-cursors.el.git
synced 2025-10-14 05:13:05 +00:00
Add missing require to mc-hide-unmatched-lines-mode
The function `hum/hide-unmatched-lines` uses the function `mc/cursor-beg`, defined in `mc-mark-more.el`, however the feature is not required leading to failures in some edge case. Fixes #187
This commit is contained in:
parent
dc1bfbf816
commit
7d843984b3
@ -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