feature/evil: fix missing keymap in key def
This commit is contained in:
parent
e71cd93488
commit
48fdc8a5b5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
;; so that any plugins that depend on multiple-cursors (which I have no control
|
||||||
;; over) can still use it in relative safety.
|
;; over) can still use it in relative safety.
|
||||||
(after! multiple-cursors-core
|
(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-evil-prev-state nil)
|
||||||
(defvar +evil--mc-compat-mark-was-active nil)
|
(defvar +evil--mc-compat-mark-was-active nil)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue