diff options
Diffstat (limited to '.config/wezterm')
| -rw-r--r-- | .config/wezterm/wezterm.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index 8b42baf..544b04f 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -21,7 +21,7 @@ return { --intensity = 'Normal', weight = 'Medium', italic = false, - --harfbuzz_features = { 'calt=0', 'clig=0', 'liga=0' }, + harfbuzz_features = { 'calt=0', 'clig=0', 'liga=0' }, }, { family = 'Hack Nerd Font', weight = 'Medium' }, { |
