; * eat.el: Fix font face names.

This commit is contained in:
Akib Azmain Turja 2022-12-02 10:26:37 +06:00
parent b65c0c40ec
commit 5f4f4a87d1
No known key found for this signature in database
GPG key ID: 5535FCF54D88616B

2
eat.el
View file

@ -407,7 +407,7 @@ If your process is choking on big inputs, try lowering the value."
;; Font faces, 1 to 9 (inclusive).
(cl-loop for counter from 1 to 9
do (custom-declare-face
(intern (format "eat-term-face-%i" counter)) '((t))
(intern (format "eat-term-font-%i" counter)) '((t))
(format "Alternative font %i." counter)
:group 'eat-term))