diff options
-rw-r--r-- | .config/alacritty/alacritty.yml | 2 | ||||
-rw-r--r-- | .doom.d/packages.el | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 677194b..5e10e1d 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -112,7 +112,7 @@ font: style: Italic # Point size - size: 5.5 + size: 5.0 # Offset is the extra space around each character. `offset.y` can be thought of # as modifying the line spacing, and `offset.x` as modifying the letter spacing. diff --git a/.doom.d/packages.el b/.doom.d/packages.el index e835fce..a478533 100644 --- a/.doom.d/packages.el +++ b/.doom.d/packages.el @@ -55,3 +55,6 @@ :recipe (:host github :repo "bqv/weechat.el")) (package! hackernews) + +(package! mastodon) +(package! emojify) |