slyrus / abcl

Armed Bear Common Lisp
Other
25 stars 4 forks source link

Slime integration #3

Open Spidy104 opened 3 years ago

Spidy104 commented 3 years ago

How do we integrate with slime in emacs with abcl??

hraban commented 11 months ago
(setq inferior-lisp-program "abcl")

should be enough.

Have you tried following the instructions in the readme?