Leo Liu <[email protected]> writes:

> A minor mode to indicate overflow column.

I have the following in my .emacs

    (custom-set-variables
     '(whitespace-global-modes (quote (prog-mode)))
     '(whitespace-line-column nil)
     '(whitespace-style (quote (face lines-tail))))

    (custom-set-faces
      '(whitespace-line ((t (:background "gray90")))))

I also rely on

    M-x whitespace-toggle-options

and turn on or off a specific whitespace option.

_______________________________________________
gnu-emacs-sources mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Reply via email to