Skip to content

Instantly share code, notes, and snippets.

@condotti
Created February 26, 2011 09:39
Show Gist options
  • Save condotti/845079 to your computer and use it in GitHub Desktop.
Save condotti/845079 to your computer and use it in GitHub Desktop.
Start standalone swank-clojure server within emacs.
(defvar my-swank-clojure-command "c:/path/to/swank-clojure.bat")
(defun my-start-swank-server ()
(interactive)
(start-process "swank-clojure" " *swank-clojure*" my-swank-clojure-command))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment