diff options
author | Benjamin Morrison <ben@gbmor.org> | 2023-02-17 22:48:55 -0500 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.org> | 2023-02-17 22:48:55 -0500 |
commit | d60b99e02e0b5e8b1ba8b0fb82dbc2cde58c0c08 (patch) | |
tree | 9e4ff10f6ac5d633691727c4ff29f0ee175b0ff2 | |
parent | e53c78eedff7d6b51cb824f92671a73a7411d1f2 (diff) | |
download | dogfiles-d60b99e02e0b5e8b1ba8b0fb82dbc2cde58c0c08.tar.gz |
alacritty font size, emacs package
-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) |