Skip to content

Commit

Permalink
Better incantation for adding M-w to eat-semi-char-non-bound-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Dec 23, 2023
1 parent 9cb7f5c commit f3815e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lisp/init-terminals.el
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
(add-hook 'eat-exit-hook 'sanityinc/on-eat-exit)

(with-eval-after-load 'eat
(add-to-list 'eat-semi-char-non-bound-keys [?\e ?w])
(eat-update-semi-char-mode-map)
(eat-reload))
(custom-set-variables
`(eat-semi-char-non-bound-keys
(quote ,(cons [?\e ?w] eat-semi-char-non-bound-keys)))))

(defcustom sanityinc/eat-map
(let ((map (make-sparse-keymap)))
Expand Down

0 comments on commit f3815e6

Please sign in to comment.