From: Peng Li Date: Mon, 19 Sep 2016 16:01:55 +0000 (+0800) Subject: emacs - chinese font symbol X-Git-Url: http://47.100.26.94:8080/?a=commitdiff_plain;h=76851aa71ae8130ac912be2cbc143ec12a1633c8;p=dotfiles.git emacs - chinese font symbol --- 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))))))