gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: column-overflow-mode


From: Jambunathan K
Subject: Re: column-overflow-mode
Date: Wed, 25 Dec 2013 18:38:19 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Leo Liu <address@hidden> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]