summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-30 12:50:33 -0500
committerCase Duckworth2021-04-30 12:50:33 -0500
commitb723eb988f27f0420ee6c28b72a5e7c28f68956d (patch)
treed948c47a29854943e1666ba57ab6868e343bf1a3 /early-init.el
parentAdd the text scale to the modeline (diff)
downloademacs-b723eb988f27f0420ee6c28b72a5e7c28f68956d.tar.gz
emacs-b723eb988f27f0420ee6c28b72a5e7c28f68956d.zip
Move emoji font configuration to the initial frame setup function
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el4
1 files changed, 4 insertions, 0 deletions
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 @@
86 (:other "sans-serif")) 86 (:other "sans-serif"))
87 acdw-fonts/variable-size 11) 87 acdw-fonts/variable-size 11)
88 (acdw-fonts/set) 88 (acdw-fonts/set)
89 (acdw-fonts/setup-emoji-fonts "Segoe UI Emoji"
90 "Noto Color Emoji"
91 "Apple Color Emoji"
92 "Symbola")
89 (remove-function after-focus-change-function 93 (remove-function after-focus-change-function
90 'hook--setup-fonts))) 94 'hook--setup-fonts)))
91 95