mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 06:17:34 +00:00
Configure Symbola font only for symbols and punctuation
* lisp/international/fontset.el (setup-default-fontset): Leave only symbols and punctuation in the fontset setup for Symbola font; remove "Greek and Coptic" and "Cyrillic Supplement". (Bug#20798)
This commit is contained in:
parent
c660910d20
commit
b63d0a5ab3
1 changed files with 0 additions and 2 deletions
|
|
@ -696,8 +696,6 @@
|
|||
;; Special setup for various symbols and some rarely used characters
|
||||
;; covered well by Symbola.
|
||||
(dolist (symbol-subgroup '((#x0250 . #x02AF) ;; IPA Extensions
|
||||
(#x0370 . #x03FF) ;; Greek and Coptic
|
||||
(#x0500 . #x052F) ;; Cyrillic Supplement
|
||||
(#x2000 . #x206F) ;; General Punctuation
|
||||
(#x2070 . #x209F) ;; Superscripts and Subscripts
|
||||
(#x20A0 . #x20CF) ;; Currency Symbols
|
||||
|
|
|
|||
Loading…
Reference in a new issue