Fix void-function: closure errors on vterm-toggle-send-escape

This commit is contained in:
Henrik Lissner 2020-02-09 04:33:17 -05:00
parent 01aadd8900
commit af9d8257f1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -418,7 +418,7 @@ To change these keys see `+evil-repeat-keys'."
(defadvice! +evil-collection-disable-blacklist-a (orig-fn) (defadvice! +evil-collection-disable-blacklist-a (orig-fn)
:around #'evil-collection-vterm-toggle-send-escape ; allow binding to ESC :around #'evil-collection-vterm-toggle-send-escape ; allow binding to ESC
(let (evil-collection-key-blacklist) (let (evil-collection-key-blacklist)
(apply orig-fn)))) (funcall-interactively orig-fn))))
;; Keybinds that have no Emacs+evil analogues (i.e. don't exist): ;; Keybinds that have no Emacs+evil analogues (i.e. don't exist):
;; zq - mark word at point as good word ;; zq - mark word at point as good word