mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-17 01:10:10 +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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue