mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Make the Alacritty terminal an alias of xterm-256color
* lisp/faces.el (term-file-aliases): Make the Alacritty terminal an alias of xterm-256color (bug#48439).
This commit is contained in:
parent
b75db97f31
commit
5c45e8b65b
@ -46,7 +46,7 @@ the terminal-initialization file to be loaded."
|
||||
("vt320" . "vt200")
|
||||
("vt400" . "vt200")
|
||||
("vt420" . "vt200")
|
||||
)
|
||||
("alacritty" . "xterm"))
|
||||
"Alist of terminal type aliases.
|
||||
Entries are of the form (TYPE . ALIAS), where both elements are strings.
|
||||
This means to treat a terminal of type TYPE as if it were of type ALIAS."
|
||||
|
Loading…
Reference in New Issue
Block a user