Skip to content

Instantly share code, notes, and snippets.

@aboekhoff
Created January 29, 2010 18:10
Show Gist options
  • Select an option

  • Save aboekhoff/289943 to your computer and use it in GitHub Desktop.

Select an option

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