All Questions
Tagged with lisp configuration
1 question
0
votes
2
answers
2k
views
problems using slime on emacs24
I install slime through ELPA. Here is what my .emacs file looks like:
(setq inferior-lisp-program "sbcl --noinform")
(add-to-list 'load-path "~/slime/")
(require 'slime)
(slime-setup)
(setq package-...