unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* adding hook to auto-mode-alist load
@ 2003-08-21 21:09 Todd Wylie
  0 siblings, 0 replies; 4+ messages in thread
From: Todd Wylie @ 2003-08-21 21:09 UTC (permalink / raw)



Greetings-

I recently changed my dot-file to automatically invoke paragraph-indent-text-mode for files of type *.plan like so:

(setq auto-mode-alist (cons '("\.plan$" . paragraph-indent-text-mode) auto-mode-alist))

But, I'd also like to load auto-fill-mode just for this type of file. Can I add a text-mode-hook for this setup?

Kind regards,
TW

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-08-22 15:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.634.1061522029.29551.help-gnu-emacs@gnu.org>
2003-08-22  6:41 ` adding hook to auto-mode-alist load Lute Kamstra
2003-08-22 14:40   ` Johan Bockgård
2003-08-22 15:57     ` Lute Kamstra
2003-08-21 21:09 Todd Wylie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).