(defvar *init-repo-file*
  "~/code/dotemacs/init.el"
  )


(cond
 ((file-exists-p "~/.h3.elc") (load "~/.h3.elc"))
 ((file-exists-p "~/.h3.el") (load "~/.h3.el"))
 (t (load *init-repo-file*))
 )

