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 /.doom.d/packages.el | |
parent | e53c78eedff7d6b51cb824f92671a73a7411d1f2 (diff) | |
download | dogfiles-d60b99e02e0b5e8b1ba8b0fb82dbc2cde58c0c08.tar.gz |
alacritty font size, emacs package
Diffstat (limited to '.doom.d/packages.el')
-rw-r--r-- | .doom.d/packages.el | 3 |
1 files changed, 3 insertions, 0 deletions
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) |