How to set the font size in Emacs?
我也想将字体大小保存在我的.emacs
文件中。
(set-face-attribute 'default nil :height 100)
价值在1 / 10pt,所以100会给你10pt等。
From Emacswiki, GNU Emacs 23 has a built-in key combination:
C-xC-+ and C-xC-- to increase or decrease the buffer text size
Press Shift and the first mouse button. You can change the font size in the following way: This website has more detail.
链接地址: http://www.djcxy.com/p/38564.html上一篇: 我如何在Emacs中重命名打开的文件?
下一篇: 如何在Emacs中设置字体大小?