|
| From: | Richard M. Stallman |
| Subject: | Re: highlight-80+ --- highlight characters beyond column 80 |
| Date: | Mon, 11 Aug 2008 19:05:57 -0400 |
(defgroup highlight-80+ nil
"Highlight characters beyond column 80."
:group 'faces)
(defcustom highlight-80+-columns 80
"*Number of columns to allow in lines."
:group 'highlight-80+
:type 'integer)
Perhaps this should be a standard feature
so that this variable could have a shorter and more natural name.
| [Prev in Thread] | Current Thread | [Next in Thread] |