Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tomjack

tomjack/tomoj.el Secret

Created November 5, 2009 12:49
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 tomjack/b06ace1e874298251401 to your computer and use it in GitHub Desktop.
Save tomjack/b06ace1e874298251401 to your computer and use it in GitHub Desktop.
(add-to-list 'load-path "/home/tomoj/clojure/src/clojure-mode")
(require 'clojure-mode)
(clojure-slime-config "/home/tomoj/clojure/src")
(defun slime-clojure ()
(interactive)
(slime 'clojure))
(setq inferior-lisp-program "/usr/bin/sbcl")
(setq slime-lisp-implementations
`((sbcl ("/usr/bin/sbcl"))
(clojure ,(swank-clojure-cmd) :init swank-clojure-init)
(mit-scheme ("mit-scheme") :init mit-scheme-init)))
(slime-setup)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment