Skip to content

Commit

Permalink
add user.clj for leiningen and wank to work correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
bostonaholic committed Nov 8, 2011
1 parent 20307d7 commit 5bb5862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .lein/user.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
(if (>= (.compareTo (clojure-version) "1.3.0") 0)
(do (use 'clojure.repl)
(use 'clojure.java.javadoc)))
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'rake'

desc "symlink emacs files"
task :default do
symlnk %w[ .emacs.d ]
symlnk %w[ .emacs.d .lein ]
end


Expand Down

0 comments on commit 5bb5862

Please sign in to comment.