From d60b99e02e0b5e8b1ba8b0fb82dbc2cde58c0c08 Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Fri, 17 Feb 2023 22:48:55 -0500 Subject: alacritty font size, emacs package --- .config/alacritty/alacritty.yml | 2 +- .doom.d/packages.el | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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) -- cgit 1.4.1