Fix eat again

This commit is contained in:
2026-09-03 00:50:52 -07:00
parent 41c6c79413
commit c0b5ee11b6
+4
View File
@@ -3047,6 +3047,10 @@ Actually, return the method name."
:hook ((eat-mode . my/-setup-eat-mode) :hook ((eat-mode . my/-setup-eat-mode)
(eat--char-mode . my/-setup-eat--char-mode)) (eat--char-mode . my/-setup-eat--char-mode))
:bind (:map eat-semi-char-mode-map :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)) ("M-o" . ace-window))
:config :config
(defvar-local my/-eat-char-mode-evil-last-state nil (defvar-local my/-eat-char-mode-evil-last-state nil