| Paste number 65822: | Font Configuration about emacs 23.0.60.1 |
| Pasted by: | ManateeLazyCat |
| 3 months, 6 days ago | |
| #emacs | Context in IRC logs | |
| 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.