【发布时间】:2015-05-25 19:50:24
【问题描述】:
This Stack Overflow answer告诉我可以用set-face-attribute设置Emacs的字体大小:
(set-face-attribute 'default nil :height 100)
cmets 显示您无法使用 M-x 运行 set-face-attribute:
相反,您必须使用 M-::
运行它为什么某些命令(例如 set-face-attribute)无法通过 M-x 使用?
【问题讨论】:
-
这个问题是从DavidSthis comment中的问题扩展而来的。
标签: emacs