mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Fix void-function: closure errors on vterm-toggle-send-escape
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user