all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.