Skip to content

Instantly share code, notes, and snippets.

@neilmock
Created November 15, 2009 23:35
Show Gist options
  • Save neilmock/235568 to your computer and use it in GitHub Desktop.
Save neilmock/235568 to your computer and use it in GitHub Desktop.
;; puts all jars in ~/lib/jars on the classpath for slime interaction
;; should come after (clojure-slime-config) has been evaluated
(dolist (jarfile (directory-files "~/lib/jars" t "\\.jar$"))
(add-to-list 'swank-clojure-classpath jarfile))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment