1

Fix bug re. not setting fallback unicode font

This commit is contained in:
Jessie Hildebrandt 2021-02-14 18:09:53 -05:00
parent 783239ccfd
commit 68698a3aae

View File

@ -377,7 +377,7 @@
;;========================================
;;====================
;; Default Face
;; Font Configuration
;;====================
;; Set up styling for the default face.
@ -385,6 +385,10 @@
:family "Fira Code Regular"
:height 100)
;; Ensure that the monocolor "Symbola" font can be used for emoji and unicode symbols.
;; (Emacs 27+ on some systems may not have a monocolor fallback font set after multicolor emoji fonts.)
(set-fontset-font t 'symbol "Symbola" nil 'append)
;;====================
;; Theme
;;====================