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

Typo : « miss symbol , » & « missed symbol } »

A quick fix for the config file :-)
Thanx for the work, it's inspiring !
This commit is contained in:
Romain Heller 2021-12-21 23:53:21 +01:00 committed by Wez Furlong
parent f9366ad962
commit 882bc0f0fc

View File

@ -65,11 +65,12 @@ return {
font = wezterm.font_with_fallback({
{
family="JetBrains Mono",
weight="Medium"
weight="Medium",
harfbuzz_features={"calt=0", "clig=0", "liga=0"}
},
{family="Terminus", weight="Bold"},
"Noto Color Emoji"),
"Noto Color Emoji"
}),
}
```