@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 <[email protected]> wrote:

> A minor mode to indicate overflow column.
>
>
> _______________________________________________
> gnu-emacs-sources mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
>
>


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

Reply via email to