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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue