public
Description: Misc. Erlang Hackery
Homepage: http://weblog.hypotheticalabs.com
Clone URL: git://github.com/kevsmith/hypotheticalabs.git
hypotheticalabs / emacs
name age message
..
file .gitignore Fri Aug 01 06:14:49 -0700 2008 * Removing distel since it needs to be installe... [kevsmith]
file README Fri Aug 01 06:23:52 -0700 2008 Added README [kevsmith]
directory anything/ Sat May 16 14:32:03 -0700 2009 * Adding anything mode [kevsmith]
directory autosave/ Sat May 16 14:23:33 -0700 2009 * Catching up with the current state of my configs [kevsmith]
directory custom_keys/ Sat May 16 14:57:06 -0700 2009 * Aliasing y to yes, n to no [kevsmith]
directory erlang/ Sat May 16 14:48:10 -0700 2009 * Removing temp files (grrrr) [kevsmith]
directory erlware-mode/ Sat May 16 14:26:30 -0700 2009 * Adding hard-coded version of erlware mode [kevsmith]
directory flymake/ Sat May 16 14:48:10 -0700 2009 * Removing temp files (grrrr) [kevsmith]
directory git/ Wed Sep 03 15:00:18 -0700 2008 * Removing spurious Makefile [kevsmith]
file my_config.el Sat May 16 14:23:33 -0700 2009 * Catching up with the current state of my configs [kevsmith]
directory whitespace/ Sat May 16 14:48:10 -0700 2009 * Removing temp files (grrrr) [kevsmith]
emacs/README
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