emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [emacs-wiki-discuss] emacs and filling


From: Thomas Gehrlein
Subject: Re: [emacs-wiki-discuss] emacs and filling
Date: Fri, 06 Feb 2004 09:19:15 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.1 (windows-nt)

Christopher San Diego <address@hidden> writes:

> I've tried using longlines and refill but this combination seems to
> mess up other modes such as emacs-wiki and planner. Being an emacs
> newbie, I just wanted to know what you guys (and girls) use for line
> wrapping in emacs.

>From my .emacs:

(add-hook 'text-mode-hook 'turn-on-auto-fill) ;auto-fill als default
(setq-default fill-column 79)           ; line length for auto-fill-mode

I've never had any problems with it.

Thomas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]