Fantastic.
Many thanks,
John
On Fri, Feb 25, 2011 at 4:07 PM, Nick Dokos wrote:
> John Hendy wrote:
>
> > Hi,
> >
> > I would like to set my fill-column variable to a bit higher value since I
> have no real need to keep it at 70, however my attempts seem not to be
> working.
> >
> > The releva
John Hendy wrote:
> Hi,
>
> I would like to set my fill-column variable to a bit higher value since I
> have no real need to keep it at 70, however my attempts seem not to be
> working.
>
> The relevant section in .emacs looks like this:
> ,-
> | (add-hook 'text-mode-hook 'turn-on-auto-fi
Hi,
I would like to set my fill-column variable to a bit higher value since I
have no real need to keep it at 70, however my attempts seem not to be
working.
The relevant section in .emacs looks like this:
,-
| (add-hook 'text-mode-hook 'turn-on-auto-fill)
`-
I then added this line:
,--