Julius Dittmar <
Julius.Dittmar@gmx.de> writes:
I would like to set up two different sets of configuration variables
for the same major mode (org-mode in this case), and have emacs choose
which one is appropriate by the file suffix.
How can that be done?
You can use `define-derived-mode' to derive modes with different
personal settings from a given major-mode. Just put all of your
settings in the BODY of the definition.
For file associations, just change `auto-mode-alist' accordingly to use
your derived mode(s) for the suffixes you want.
Do you need any help with the details?
Michael.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)