diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-11-23 22:59:54 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-11-23 22:59:54 +0200 |
commit | 4ae0a75435cefd8f673011c58a09b8cc6302a04b (patch) | |
tree | 0a4074c49e14dab17af3309c78f44c04b751e894 /lisp/international | |
parent | 8f0c7887ef7dc8f25326d6476fa025e13caa1981 (diff) | |
download | emacs-4ae0a75435cefd8f673011c58a09b8cc6302a04b.tar.gz |
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.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/fontset.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index 23db54a4a3b..63452b3db5d 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -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 |