Configuration Files
by Peter Jones / July 25, 2008
I store all of my "rc" (configuration files) in a public Git
repository. If you're interested in accessing them, you need to have
Git installed and then you can clone the repository:
$ git clone git://pmade.com/rc
Configuration Notes
Emacs Color Theme
The color theme I use inside Emacs is homegrown, albeit with a lot of
stealing from existing color themes. It doesn't depend on the Emacs
color-theme package, so you don't need that package installed in order
to use my color theme.
Once you have a copy of my rc Git repository (instructions above),
you'll want to look at the following file:
emacs/emacs.d/pmade-colors.el
Evaluating that file should alter your colors. I also have overrides
so that the colors are slightly different when using a terminal based
Emacs vs. the Emacs GUI.
Tags:
rc