home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.emacs
- Path: sparky!uunet!cs.utexas.edu!convex!constellation!iapa!ctrbdo
- From: ctrbdo@iapa.uucp%mailhost.ecn.uoknor.edu (bryan d oakley)
- Subject: Re: auto-fill-mode
- In-Reply-To: cc2955@sarah.albany.edu's message of Mon, 25 Jan 93 18:22:27 GMT
- Message-ID: <C1FMB6.3nn@iapa.uucp%mailhost.ecn.uoknor.edu>
- Organization: FAA / Mike Monroney Aeronautical Center
- References: <1993Jan25.182227.20903@sarah.albany.edu>
- Date: Mon, 25 Jan 1993 22:54:39 GMT
- Lines: 24
-
- >>>>> Regarding auto-fill-mode; cc2955@sarah.albany.edu (Charley Chen) adds:
-
-
- Charley> Can someone tell me how to have auto-fill-mode on everytime I
- Charley> use emacs? besides using M-x auto-fill-mode everytime I use
- Charley> it. Thanks
-
- here's what's in my .emacs file (well, really my .emacs.el file, but
- why cloud the issue?):
-
- (setq text-mode-hook
- '(lambda ()
- (auto-fill-mode 1)
- ))
-
- I also do this for mail-mode, outline-mode and dbx-mode. Add to your
- own favorite major mode and get to work.
-
-
- --
- /''' ---------------------------------------------------------------
- c-OO Instrument Approach Procedures Automation DOT/FAA/AMI-230
- \ ---------------------------------------------------------------
- - Bryan D. Oakley ctrbdo%iapa@constellation.uoknor.edu
-