Okay, I'm a newb to modifying my .el files. All I want to do is something like: (setq windows-path "c:/Documents and Settings/cthiel/projects/windows_setup/emacs/")
And then tack on subdirectories within the emacs directory onto the load path. Something such as (how it's done in ruby): (add-to-list 'load-path "#{windows-path}/external")