public
Description: Misc. Erlang Hackery
Homepage: http://weblog.hypotheticalabs.com
Clone URL: git://github.com/kevsmith/hypotheticalabs.git
kevsmith (author)
Sat May 16 14:57:06 -0700 2009
commit  f3d4210a24093bd0c2bb3f3e3487a60aecbfed4e
tree    9a5df0150bbe46c7dce840a45d8a827f3d75eab3
parent  1bceea8c225cdbd9adda6ef117851b357c786ae4
hypotheticalabs / emacs / README
100644 13 lines (8 sloc) 0.401 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
To use these files in your Emacs config drop the following two
lines in your .emacs file:
 
(add-to-list 'load-path "<path_to_checked_out_emacs_files>")
(require 'my_config)
 
Obviously, you'll need to replace <path_to_checked_out_emacs_files>
with the actual path to this code tree :)
 
Note: If you're using Aquamacs Emacs its version of .emacs is:
 
~/Library/Preferences/Aquamacs Eamcs/customizations