diff options
Diffstat (limited to 'st/config.h')
| -rw-r--r-- | st/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/st/config.h b/st/config.h index 4696550..7f9989f 100644 --- a/st/config.h +++ b/st/config.h @@ -11,7 +11,9 @@ static char *fonts[] = { "ko:pixelsize=16:antialias=true:autohint=true", }; static size_t currentfont = 0; -static char *font2[] = { "NotoColorEmoji:pixelsize=14:antialias=true:autohint=true" }; +static char *font2[] = { + "NotoColorEmoji:pixelsize=14:antialias=true:autohint=true", +}; static int borderpx = 2; /* |
