Skip to content

Commit

Permalink
core: add support for evil-esacpe in evilify-map macro
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jul 1, 2015
1 parent c177f0d commit f603eec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/core-evilify-keymap.el
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
,(spacemacs//evilify-wrapper-documentation
map-value event evil-value evil-event)
(interactive)
(if (eq 'evilified evil-state)
(if (and (eq 'evilified evil-state)
(null evil-escape-inhibit))
;; evilified state
,(if evil-value
(spacemacs//evilify-call evil-value event)
Expand Down

0 comments on commit f603eec

Please sign in to comment.