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.
我是 emacs 新手并使用prelude。我想完全禁用自动换行后发生的语法突出显示,并让所有内容都使用正常的语法突出显示。我该怎么做呢?
这是我正在谈论的屏幕截图:
超出自动换行范围的内容的突出显示由whitespace-mode(实际上是一种内置模式)提供。
whitespace-mode
Prelude文档解释了如何禁用它:
禁用空白模式 虽然whitespace-mode很棒,但有些人可能会觉得它太打扰了。您可以使用以下代码在您的个人配置中禁用它: (setq prelude-whitespace nil)
禁用空白模式
虽然whitespace-mode很棒,但有些人可能会觉得它太打扰了。您可以使用以下代码在您的个人配置中禁用它:
(setq prelude-whitespace nil)