technomancy / emacs-starter-kit

[ARCHIVED] this is ancient history
GNU General Public License v3.0
2.86k stars 887 forks source link

Team-specific or domain-specific customizations #68

Closed apauley closed 13 years ago

apauley commented 13 years ago

I need a way to provide customizations to all the developers in our team, and I think other users might find this useful as well.

One possible way to do this would be to detect the domain name (which will be the same on all our local boxen), and hook this into the system-specific/user-specific customizations.

I'll do a proof-of-concept implementation on my fork and post the link.

apauley commented 13 years ago

Here are the changes I made to enable domain-specific customizations:

https://github.com/apauley/emacs-starter-kit/commit/193fd84a8b8b099c5e0fbc112b74a0f27bd93a2d

apauley commented 13 years ago

I see my pull request also created an issue (#69), I'll close this one in favor of the one with code attached.