1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00

docs: fix invalid example

This commit is contained in:
yuzu3886 2022-03-29 00:24:53 +09:00 committed by Wez Furlong
parent 72214b7db9
commit 2ceb2bd33d

View File

@ -32,7 +32,8 @@ return {
font = wezterm.font_with_fallback({
{family="JetBrains Mono", weight="Medium"},
{family="Terminus", weight="Bold"},
"Noto Color Emoji"),
"Noto Color Emoji",
}),
}
```
@ -53,7 +54,8 @@ return {
harfbuzz_features={"calt=0", "clig=0", "liga=0"},
},
{family="Terminus", weight="Bold"},
"Noto Color Emoji"),
"Noto Color Emoji",
}),
}
```