|
From: | Stefan Monnier |
Subject: | Re: Release branch emacs-29 |
Date: | Wed, 30 Nov 2022 07:32:01 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) |
> Is it possible to alias terminal "eat" to "xterm" in 'term-file-aliases' > in Emacs 29? I don't think we need that. Just add a `term/eat.el` file to your package with a `terminal-init-eat` function that calls `terminal-init-xterm`. Or even just: (defalias 'terminal-init-eat 'terminal-init-xterm) Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |