| Paste number 65822: | Font Configuration about emacs 23.0.60.1 |
| Pasted by: | ManateeLazyCat |
| When: | 10 months, 1 week ago |
| Share: | Tweet this! | http://paste.lisp.org/+1ESE |
| Channel: | #emacs |
| Paste contents: |
(set-default-font "DejaVu Sans Mono-10") ;English font
(custom-set-faces '(default ((t ( ;Default font
:foundry "unknown"
:family "DejaVu Sans Mono"
:background "black"
:foreground "#137D11"
)))))
(dolist (target-list (list ;Chinese font
'han
'cjk-misc
'bopomofo
'gb18030
'big5
'chinese-gb2312
'chinese-gbk
'chinese-big5-1
'korean-ksc5601
'symbol))
(set-fontset-font (frame-parameter nil 'font) target-list '("ZhunYuan" . "unicode-bmp")))
This paste has no annotations.