Created
July 29, 2009 15:45
-
-
Save felipero/158230 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; Clojure configuration | |
77 (clojure-slime-config "/opt/clojure") | |
78 | |
79 ;; Slime configuration | |
80 (require 'slime) | |
81 ;; Adding sbcl to slime | |
82 (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