diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2026-02-14 20:08:01 -0500 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2026-02-14 20:08:01 -0500 |
| commit | 63bbb8c16eb041bb1347e8ee909ae1d3fd1edc73 (patch) | |
| tree | 4ce6f3f52aa382e806d06c87022c901a2c41b8bd /alacritty | |
| parent | 586d25b8ed9f49f0d4e71d1dd98c625e7318ade0 (diff) | |
kakrc: no tabs, more generic make error pattern.
Diffstat (limited to 'alacritty')
| -rw-r--r-- | alacritty/alacritty.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index 3fc4551..69cac3d 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -1,5 +1,5 @@ [font] -normal = { family = "Iosevka" } +normal = { family = "Iosevka", style = "Regular" } size = 10 # https://raw.githubusercontent.com/alacritty/alacritty-theme/refs/heads/master/themes/citylights.toml |
