Skip to content

Instantly share code, notes, and snippets.

@felipero
Created July 29, 2009 15:46
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 felipero/158231 to your computer and use it in GitHub Desktop.
Save felipero/158231 to your computer and use it in GitHub Desktop.
;;; THIS CODE MUST BE UNDER THE ELPA CODE ADDE WHEN YOU INSTALLED ELPA
;; Clojure configuration
(clojure-slime-config "/opt/clojure")
;; Slime configuration
(require 'slime)
;; Adding sbcl to slime
(add-to-list 'slime-lisp-implementations '(sbcl ("sbcl")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment