Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够更改方法、类、模块等的颜色。我不知道如何以简单的方式做到这一点。
谢谢,
将点(光标)放在一个方法上,M-x customize-face将允许您更改字体的功能,只需按 Enter 键,自定义面缓冲区就会弹出。将点移动到前景并更改颜色。M-<TAB>将为您提供可用颜色的列表。选择颜色后,输入C-c C-c并关闭缓冲区。现在你应该完成了。
M-x customize-face
M-<TAB>
C-c C-c