[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: writing a minor mode
From: |
Joe Corneli |
Subject: |
Re: writing a minor mode |
Date: |
Wed, 02 Jun 2004 20:33:00 -0500 |
,----[ C-h f auto-fill-mode RET ]
That isn't a mode I'd prefer to use for writing code. I think
highlight-beyond-fill-column.el from the Emacs Lisp List is more
like what the OP had in mind. YMMV (I couldn't get it to work.)
Look around the net for other things that do the same thing. For
help with writing minor modes, read the elisp manual.