近日在使用emacs的过程中,想换一下字体,结果网上大量的(set-default-font ""),却在27.1版本中,怎么也不行,后来经过一遍遍的研究,发现现在已经没有(set-default-font "")了,换成了set-frame-font,
这是我的配置:
(set-frame-font "-outline-JetBrains Mono Light-light-italic-normal-mono-17-*-*-*-c-*-windows-1258")
近日在使用emacs的过程中,想换一下字体,结果网上大量的(set-default-font ""),却在27.1版本中,怎么也不行,后来经过一遍遍的研究,发现现在已经没有(set-default-font "")了,换成了set-frame-font,
这是我的配置:
(set-frame-font "-outline-JetBrains Mono Light-light-italic-normal-mono-17-*-*-*-c-*-windows-1258")