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:
parent
f9366ad962
commit
882bc0f0fc
@ -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"
|
||||
}),
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user