mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
Better support for display of U+1F900..U+1F9FF block
* lisp/international/fontset.el (setup-default-fontset): Add the [#x1F900..#x1F9FF] block to those supported by Symbola.
This commit is contained in:
parent
8f0c7887ef
commit
4ae0a75435
@ -826,7 +826,8 @@
|
||||
(#x1F680 . #x1F6FF) ;; Transport and Map Symbols
|
||||
(#x1F700 . #x1F77F) ;; Alchemical Symbols
|
||||
(#x1F780 . #x1F7FF) ;; Geometric Shapes Extended
|
||||
(#x1F800 . #x1F8FF))) ;; Supplemental Arrows-C
|
||||
(#x1F800 . #x1F8FF) ;; Supplemental Arrows-C
|
||||
(#x1F900 . #x1F9FF))) ;; Supplemental Symbols and Pictographs
|
||||
(set-fontset-font "fontset-default" symbol-subgroup
|
||||
'("Symbola" . "iso10646-1") nil 'prepend))
|
||||
;; Box Drawing and Block Elements
|
||||
|
Loading…
Reference in New Issue
Block a user