Add binding for eat

This commit is contained in:
Dimitri Lozeve 2024-07-08 08:39:38 +02:00
parent 62a0cfd7e6
commit 9517df65e1

View file

@ -1019,6 +1019,7 @@
("terminfo/65" "terminfo/65/*") ("terminfo/65" "terminfo/65/*")
("integration" "integration/*") ("integration" "integration/*")
(:exclude ".dir-locals.el" "*-tests.el"))) (:exclude ".dir-locals.el" "*-tests.el")))
:bind (("C-x RET RET" . eat-other-window))
:config :config
;; Enable M-o in semi-char-mode ;; Enable M-o in semi-char-mode
(add-to-list 'eat-semi-char-non-bound-keys [?\e ?o]) (add-to-list 'eat-semi-char-non-bound-keys [?\e ?o])