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:
parent
72214b7db9
commit
2ceb2bd33d
@ -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",
|
||||
}),
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user