Demand mc extras

This commit is contained in:
Ivan Malison 2016-09-09 17:51:16 -07:00
parent 941bca9c78
commit 5e4747bf6c
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1545,9 +1545,11 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab
:config
(progn
(use-package phi-search-mc
:demand t
:config
(phi-search-mc/setup-keys))
(use-package mc-extras
:demand t
:config
(define-key mc/keymap (kbd "C-. =") 'mc/compare-chars)))
:bind