Thursday, February 12, 2009

Highlight trailing whitespace in Emacs

http://www.emacswiki.org/cgi-bin/wiki/show-wspace.el


(require 'show-wspace)
(add-hook 'font-lock-mode 'show-ws-trailing-whitespace)

No comments:

Post a Comment