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

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

Re: column-overflow-mode


From: isachin
Subject: Re: column-overflow-mode
Date: Wed, 25 Dec 2013 18:33:45 +0530

@Leo Liu

(require 'whitespace)
(setq whitespace-line-column 80) ;; limit line length
(setq whitespace-style '(face lines-tail))
(add-hook 'prog-mode-hook 'whitespace-mode)
(global-whitespace-mode +1)

will do the trick.



On Wed, Dec 25, 2013 at 2:39 PM, Leo Liu <address@hidden> wrote:
A minor mode to indicate overflow column.


_______________________________________________
gnu-emacs-sources mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources




--
Sachin

reply via email to

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