Skip to content

Instantly share code, notes, and snippets.

@wilkes
Created November 21, 2008 16:21
Show Gist options
  • Save wilkes/27482 to your computer and use it in GitHub Desktop.
Save wilkes/27482 to your computer and use it in GitHub Desktop.
(defun clj-repl (binary)
(setq swank-clojure-binary binary)
(require 'swank-clojure-autoload)
(slime))
(defun pt-repl ()
(interactive)
(clj-repl "~/Projects/gh/pivotal-tracker-clj/bin/slime"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment