diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-01-25 23:07:25 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-01-25 23:07:25 +0200 |
| commit | f305204ff208c21da83b6c11706ab323581c9342 (patch) | |
| tree | 59facaab71beac2262a4882d88f4bea4c52d094e /.config/wezterm | |
| parent | 3aa56c2849cd5c0b0555e4dece2441770dee71c8 (diff) | |
| download | dotfiles-f305204ff208c21da83b6c11706ab323581c9342.tar.gz dotfiles-f305204ff208c21da83b6c11706ab323581c9342.zip | |
Removed ligatures
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' }, { |
