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.
我已经对此进行了谷歌搜索,但找不到任何 elisp 脚本。有时我会做一个空白清理然后 diff-buffer-with-file 看看空白清理做了什么。
如果您希望为所有差异模式缓冲区启用空白模式:
(add-hook 'diff-mode-hook '(lambda () (whitespace-mode 1)))