From 71bdb5a82dbfd1494190e3acab2119df2c8a05fd Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Tue, 6 Jul 2021 09:25:57 -0600 Subject: emacs: custom set unicode for material design icons Signed-off-by: Kenny Ballou --- config/emacs/emacs.d/early-init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/config/emacs/emacs.d/early-init.el b/config/emacs/emacs.d/early-init.el index 2115f0f1..2d3a765a 100644 --- a/config/emacs/emacs.d/early-init.el +++ b/config/emacs/emacs.d/early-init.el @@ -193,6 +193,7 @@ https://git.sr.ht/~vdemeester/home/tree/master/item/tools/emacs/early-init.el#L2 (set-fontset-font t 'symbol "Noto Emoji") (set-fontset-font t 'symbol "all-the-icons" nil 'append) +(set-fontset-font t '(#xF0000 . #xF14FF) "Material Design Icons" nil 'append) (set-fontset-font t 'symbol "Symbola" nil 'append) ; Ignore X resources; its settings would be redundant with the other settings -- cgit v1.2.1