feature/evil: fix missing keymap in key def

This commit is contained in:
Henrik Lissner 2018-06-03 18:11:49 +02:00
parent e71cd93488
commit 48fdc8a5b5
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -408,7 +408,7 @@ the new algorithm is confusing, like in python or ruby."
;; so that any plugins that depend on multiple-cursors (which I have no control
;; over) can still use it in relative safety.
(after! multiple-cursors-core
(evil-define-key* '(normal emacs) [escape] #'mc/keyboard-quit)
(evil-define-key* '(normal emacs) mc/keymap [escape] #'mc/keyboard-quit)
(defvar +evil--mc-compat-evil-prev-state nil)
(defvar +evil--mc-compat-mark-was-active nil)