jed-users mailing list

[2004 Date Index] [2004 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

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>.


[2004 date index] [2004 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]