On Tue, Jun 13, 2000 at 09:25:28AM -0400, mofo wrote:
> I'd like to use emacs (or possibly jed) as my editor for mutt but haven't
> been able to figure out how to automatically create a word wrap at 72 cols.
> I know how to do it in vim but am not yet comfortable enough with it to use
> it exclusively.
> 
> thanks.

I have this in my .emacs:

;; mutt-* files
(setq auto-mode-alist (cons '("\\\<mutt-" . auto-fill-mode) auto-mode-alist))


Works for me.

rebecca

Reply via email to