【发布时间】:2018-01-12 20:33:37
【问题描述】:
【问题讨论】:
-
请提供从
emacs -Q开始的逐步解决问题的方法(无初始化文件)。说明您在每个步骤中看到的内容以及您希望看到的内容。
标签: emacs whitespace syntax-highlighting
【问题讨论】:
emacs -Q 开始的逐步解决问题的方法(无初始化文件)。说明您在每个步骤中看到的内容以及您希望看到的内容。
标签: emacs whitespace syntax-highlighting
您的队伍似乎过长了。您可能想要执行以下操作之一:
whitespace-style 中删除lines
whitespace-line人脸whitespace-line-column
通过C-h v whitespace-style 和M-x customize-group whitespace 获得更多帮助
作为参考,我的空白配置只是:
(setq whitespace-style '(newline space-mark tab-mark newline-mark))
【讨论】: