Fix bug re. not setting fallback unicode font
This commit is contained in:
parent
783239ccfd
commit
68698a3aae
6
init.el
6
init.el
@ -377,7 +377,7 @@
|
|||||||
;;========================================
|
;;========================================
|
||||||
|
|
||||||
;;====================
|
;;====================
|
||||||
;; Default Face
|
;; Font Configuration
|
||||||
;;====================
|
;;====================
|
||||||
|
|
||||||
;; Set up styling for the default face.
|
;; Set up styling for the default face.
|
||||||
@ -385,6 +385,10 @@
|
|||||||
:family "Fira Code Regular"
|
:family "Fira Code Regular"
|
||||||
:height 100)
|
: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
|
;; Theme
|
||||||
;;====================
|
;;====================
|
||||||
|
Loading…
Reference in New Issue
Block a user