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.

20 lines
613 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://docs.cider.mx), a popular interactive
  8. programming environment for SLIME, and enables many of its essential features.
  9. The default config assumes the usage of [Clozure CL](https://github.com/Clozure/ccl) on macOS and
  10. of [SBCL](http://www.sbcl.org/) everywhere else. That's something you can easily
  11. tweak via `slime-default-lisp`.
  12. You can fire SLIME with `M-x slime`.