aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-07-06 09:25:57 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-07-07 13:29:59 -0600
commit71bdb5a82dbfd1494190e3acab2119df2c8a05fd (patch)
tree873e2033a4c4877baa55ac06a6bbbc544f1e40ad
parent0cd08bfece987314971615a057868e1515c24abd (diff)
downloaddotfiles-71bdb5a82dbfd1494190e3acab2119df2c8a05fd.tar.gz
dotfiles-71bdb5a82dbfd1494190e3acab2119df2c8a05fd.tar.xz
emacs: custom set unicode for material design icons
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
-rw-r--r--config/emacs/emacs.d/early-init.el1
1 files changed, 1 insertions, 0 deletions
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