Skip to content

Instantly share code, notes, and snippets.

@aboekhoff
Created January 29, 2010 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aboekhoff/289943 to your computer and use it in GitHub Desktop.
Save aboekhoff/289943 to your computer and use it in GitHub Desktop.
(add-to-list 'swank-clojure-classpath (expand-file-name "classes/" path))
(add-to-list 'swank-clojure-classpath (expand-file-name "src/" path))
(add-to-list 'swank-clojure-classpath (expand-file-name "test/" path))
;; in swank-clojure.el
;; add resources to swank-clojure-project classpath
(add-to-list 'swank-clojure-classpath (expand-file-name "resources/" path))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment