From 76851aa71ae8130ac912be2cbc143ec12a1633c8 Mon Sep 17 00:00:00 2001 From: Peng Li Date: Tue, 20 Sep 2016 00:01:55 +0800 Subject: [PATCH] emacs - chinese font symbol --- emacs.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.d/config.org b/emacs.d/config.org index c945565..cabe148 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -223,7 +223,7 @@ Fix the font alignment issue when both Chinese and English hybird in org-mode ta (if (font-exist-p english) (set-frame-font (format "%s:pixelsize=%d" english (car size-pair)) t)) (if (font-exist-p chinese) - (dolist (charset '(han) ;; '(kana han symbol cjk-misc bopomofo) + (dolist (charset '(han cjk-misc) ;; '(kana han symbol cjk-misc bopomofo) ) (set-fontset-font (frame-parameter nil 'font) charset (font-spec :family chinese :size (cdr size-pair)))))) -- 2.11.0