Skip to content

Instantly share code, notes, and snippets.

@haldun
Created August 11, 2013 19:22
Show Gist options
  • Save haldun/6206450 to your computer and use it in GitHub Desktop.
Save haldun/6206450 to your computer and use it in GitHub Desktop.
slime setup for emacs
(setq inferior-lisp-program "/usr/local/bin/sbcl")
(add-to-list 'load-path "~/.emacs.d/slime/")
(require 'slime)
(slime-setup '(slime-repl))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment