<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,13 +19,11 @@ echo &quot;Added Shared Profile setup.sh to Bash&quot;
 echo '(load (concat (getenv &quot;SHARED_PROFILE_HOME&quot;) &quot;/&quot; &quot;setup.el&quot;))' &gt;&gt; ~/.emacs
 echo &quot;Added Shared Profile setup.el to Emacs&quot;
 
-git submodule init
-git submodule update
+git submodule update --init
 
 CWD=`pwd`
-cd gitext
-git submodule init
-git submodule update
+cd cljenv
+git submodule update --init
 cd $CWD
 
 echo &quot;Initialized all the externals&quot;</diff>
      <filename>install.sh</filename>
    </modified>
    <modified>
      <diff>@@ -62,17 +62,8 @@
 (require 'ipython)
 
 ;; clojure stuff
-(if (getenv &quot;CLOJURE_JAR&quot;)
-    (progn
-      (add-to-list 'load-path (concat shared-profile-elisp &quot;swank-clojure/&quot;))
-      (add-to-list 'load-path (concat shared-profile-elisp &quot;clojure-mode/&quot;))
-
-      (setq swank-clojure-binary &quot;clj&quot;)
-
-      (require 'clojure-mode)
-      (require 'swank-clojure-autoload)
-      (require 'slime)
-      (slime-setup '(slime-repl))))
+(add-to-list 'load-path (concat shared-profile-home &quot;/&quot; &quot;cljenv/emacs/&quot;))
+(require 'cljenv-autoload)
 
 ;; paren mode
 (show-paren-mode 1)</diff>
      <filename>setup.el</filename>
    </modified>
    <modified>
      <diff>@@ -35,6 +35,7 @@ cd ../..
 
 cd cljenv
 pull_master
+./update-externals.sh
 cd ..
 
 if [[ $CLOJURE_CHANGES &gt; 0 &amp;&amp; $RECOMPILE_CLOJURE_ON_CHANGE = 'true' ]]; then</diff>
      <filename>update-externals.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5cfff789b1162aaaabb6955ea1552c53ab4f4f30</id>
    </parent>
  </parents>
  <author>
    <name>Cosmin Stejerean (cosmin)</name>
    <email>cosmin@offbytwo.com</email>
  </author>
  <url>http://github.com/cosmin/shared-profile/commit/1830c5491f98b3d0ccd97c2c7f8ec6be1746c825</url>
  <id>1830c5491f98b3d0ccd97c2c7f8ec6be1746c825</id>
  <committed-date>2009-06-05T01:19:30-07:00</committed-date>
  <authored-date>2009-06-05T01:19:30-07:00</authored-date>
  <message>fully integrated cljenv into shared-profile</message>
  <tree>073f7900bae5dfb3c8d4c1318246b97cbd52d93e</tree>
  <committer>
    <name>Cosmin Stejerean (cosmin)</name>
    <email>cosmin@offbytwo.com</email>
  </committer>
</commit>
