From: Tassilo Horn Date: Tue, 25 May 2021 20:38:14 +0000 (+0200) Subject: Make the Alacritty terminal an alias of xterm-256color X-Git-Tag: emacs-28.0.90~2328 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5c45e8b65b3555df2fb99506a4d4ff95276375ea;p=emacs.git 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). --- 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." ("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."