Fix eat again
This commit is contained in:
@@ -3047,6 +3047,10 @@ Actually, return the method name."
|
||||
:hook ((eat-mode . my/-setup-eat-mode)
|
||||
(eat--char-mode . my/-setup-eat--char-mode))
|
||||
:bind (:map eat-semi-char-mode-map
|
||||
("M-o" . ace-window)
|
||||
:map eat-eshell-semi-char-mode-map
|
||||
("M-o" . ace-window)
|
||||
:map eat-eshell-emacs-mode-map
|
||||
("M-o" . ace-window))
|
||||
:config
|
||||
(defvar-local my/-eat-char-mode-evil-last-state nil
|
||||
|
||||
Reference in New Issue
Block a user