Merge pull request #188 from iqbalansari/master

Add missing require to mc-hide-unmatched-lines-mode
This commit is contained in:
Magnar Sveen 2015-03-08 08:22:44 +01:00
commit cec48cc78f

View File

@ -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")