![]() | 1 zellux 2012-10-24 14:24:03 +08:00 开 whitespace-mode 就好了,参考配置: (setq whitespace-line-column 80) (setq whitespace-style '(face empty tabs lines-tail trailing)) |
![]() | 3 zellux 2012-10-24 15:07:12 +08:00 |
![]() | 5 zellux 2012-10-24 15:14:50 +08:00 你把光标移动到行尾(超过 80 的 部分),然后 M-x describe-face,看看是不是 whitespace-line。 |
7 hjking 2014-02-13 13:52:47 +08:00 试试column-marker.el |