Fix void-function: closure errors on vterm-toggle-send-escape
This commit is contained in:
parent
01aadd8900
commit
af9d8257f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue