From 689b35dfbf76cdba59fe8931a28df70ce3fe0bd8 Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sun, 10 Mar 2024 14:02:19 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(wezterm):=20Add=20emoji=20supp?= =?UTF-8?q?ort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/wezterm/wezterm.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/wezterm/wezterm.lua b/.config/wezterm/wezterm.lua index 708257a..e7a86e5 100644 --- a/.config/wezterm/wezterm.lua +++ b/.config/wezterm/wezterm.lua @@ -29,6 +29,7 @@ config.font = wezterm.font_with_fallback({ "ss07", }, }, + { family = "Apple Color Emoji" }, }) config.font_size = 11.0