From b723eb988f27f0420ee6c28b72a5e7c28f68956d Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 30 Apr 2021 12:50:33 -0500 Subject: Move emoji font configuration to the initial frame setup function --- early-init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index 237cffe..e9d7de0 100644 --- a/early-init.el +++ b/early-init.el @@ -86,6 +86,10 @@ (:other "sans-serif")) acdw-fonts/variable-size 11) (acdw-fonts/set) + (acdw-fonts/setup-emoji-fonts "Segoe UI Emoji" + "Noto Color Emoji" + "Apple Color Emoji" + "Symbola") (remove-function after-focus-change-function 'hook--setup-fonts))) -- cgit 1.4.1-21-gabe81