Emacs config utilizing prelude as a base
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
842 B

  1. # Prelude Common Lisp
  2. !!! Note
  3. This module builds on top of the shared [Lisp Base](lisp.md) module.
  4. ## lisp-mode
  5. Not much to say here, as `lisp-mode` is configured in the "Lisp Base" module.
  6. ## SLIME
  7. This module bundles [SLIME](https://common-lisp.net/project/slime/), a popular interactive
  8. programming environment for SLIME, and enables many of its essential features.
  9. SLIME supports many Common Lisp implementations:
  10. * CMU Common Lisp (CMUCL)
  11. * Steel Bank Common Lisp (SBCL)
  12. * Clozure CL (a.k.a. OpenMCL)
  13. * LispWorks
  14. * Allegro CL
  15. * CLISP
  16. * Scieneer CL
  17. * ECL
  18. * Corman CL
  19. * ABCL
  20. The default config assumes the usage of [Clozure CL](https://github.com/Clozure/ccl) on macOS and
  21. of [SBCL](http://www.sbcl.org/) everywhere else. That's something you can easily
  22. tweak via `slime-default-lisp`.
  23. You can start SLIME with `M-x slime`.