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: Mark Triggs
Subject: Re: [emacs-wiki-discuss] emacs and filling
Date: Fri, 06 Feb 2004 12:28:04 +1100
User-agent: No Gnus v0.2

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.

I use filladapt-mode by adding code like the following in my ~/.emacs:

  (require 'filladapt)
  (setq-default filladapt-mode t
                auto-fill-function 'do-auto-fill)
  (setq-default default-fill-column 72)

Cheers,

Mark

-- 
Mark Triggs
<address@hidden>




reply via email to

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