Skip to content

Instantly share code, notes, and snippets.

@PuercoPop
Created June 25, 2013 04:53
Show Gist options
  • Save PuercoPop/5856013 to your computer and use it in GitHub Desktop.
Save PuercoPop/5856013 to your computer and use it in GitHub Desktop.
Pro tip for kirbuchi
(load (expand-file-name "~/quicklisp/slime-helper.el"))
(setq inferior-lisp-program "sbcl"
slime-export-save-file t
slime-repl-history-remove-duplicates t
slime-repl-history-trim-whitespaces t)
;(require 'slime-asdf)
(global-set-key "\C-z" 'slime-selector)
(provide 'setup-slime-ql)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment