- 主题:最新版本已经27.1了
有哪位会设置默认字体的吗?
26.3版的配置不行。
--
FROM 42.57.138.*
本版42685
【 在 unix2012 (哥舒) 的大作中提到: 】
: 有哪位会设置默认字体的吗?
: 26.3版的配置不行。
--
FROM 115.171.85.*
(custom-set-faces
'(default ((t (:family "DejaVu Sans Mono" :foundry "ADBO" :slant normal :weight normal :height 100 :width normal)))))
--
FROM 123.129.72.*
我弄了这么一条:
去掉了(set-default-font "Consolas-16")
加上了(set-frame-font "Inconsolata 16" nil t)
EMACS倒是没有错误提示,效果还可以,就是不知道对不对。
【 在 vsher (vsher) 的大作中提到: 】
: (custom-set-faces
: '(default ((t (:family "DejaVu Sans Mono" :foundry "ADBO" :slant normal :weight normal :height 100 :width normal)))))
--
FROM 42.57.138.*