; * eat.el: Fix font face names.
This commit is contained in:
parent
b65c0c40ec
commit
5f4f4a87d1
1 changed files with 1 additions and 1 deletions
2
eat.el
2
eat.el
|
@ -407,7 +407,7 @@ If your process is choking on big inputs, try lowering the value."
|
||||||
;; Font faces, 1 to 9 (inclusive).
|
;; Font faces, 1 to 9 (inclusive).
|
||||||
(cl-loop for counter from 1 to 9
|
(cl-loop for counter from 1 to 9
|
||||||
do (custom-declare-face
|
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)
|
(format "Alternative font %i." counter)
|
||||||
:group 'eat-term))
|
:group 'eat-term))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue