;; This is a template for a special .emacs file that only sets the load-path
;; Some other code will read this in and substitute actual locations for
;; the strings XXX and YYY, and write the new value out to a mock home location.
(setq load-path (list "/tmp" "XXX" "YYY"))
