diff options
| author | Tassilo Horn | 2021-05-25 22:38:14 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-05-25 22:38:14 +0200 |
| commit | 5c45e8b65b3555df2fb99506a4d4ff95276375ea (patch) | |
| tree | 350e2f4f3dd7b3d3b25bccbb9b8ee3a285dca230 | |
| parent | b75db97f3168ac55986d1f8ed9861646e16486bb (diff) | |
| download | emacs-5c45e8b65b3555df2fb99506a4d4ff95276375ea.tar.gz emacs-5c45e8b65b3555df2fb99506a4d4ff95276375ea.zip | |
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).
| -rw-r--r-- | lisp/faces.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index 9969140f0ca..308da9367d5 100644 --- a/lisp/faces.el +++ b/lisp/faces.el | |||
| @@ -46,7 +46,7 @@ the terminal-initialization file to be loaded." | |||
| 46 | ("vt320" . "vt200") | 46 | ("vt320" . "vt200") |
| 47 | ("vt400" . "vt200") | 47 | ("vt400" . "vt200") |
| 48 | ("vt420" . "vt200") | 48 | ("vt420" . "vt200") |
| 49 | ) | 49 | ("alacritty" . "xterm")) |
| 50 | "Alist of terminal type aliases. | 50 | "Alist of terminal type aliases. |
| 51 | Entries are of the form (TYPE . ALIAS), where both elements are strings. | 51 | Entries are of the form (TYPE . ALIAS), where both elements are strings. |
| 52 | This means to treat a terminal of type TYPE as if it were of type ALIAS." | 52 | This means to treat a terminal of type TYPE as if it were of type ALIAS." |