[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Flyspell on the fly...
On Tue, Feb 24, 2004 at 02:57:09PM -0800, Dave Laird wrote:
> However, how do I start flyspell at the beginning of each Jed session?
> It doesn't have that much overhead, and it surely would be nice...
Add
define text_mode_hook()
{
flyspell_mode;
}
to .jedrc. Mail_mode runs the text_mode_hook, so emails will also be
flyspelled. If you use latex, you may need a latex_mode_hook, etc.
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.