emacs-prelude/doc/modules/common_lisp.md
2020-10-09 10:19:29 +03:00

613 B

Prelude Common Lisp

!!! Note

This module builds on top of the shared [Lisp Base](lisp.md) module.

lisp-mode

Not much to say here, as lisp-mode is configured in the "Lisp Base" module.

SLIME

This module bundles SLIME, a popular interactive programming environment for SLIME, and enables many of its essential features.

The default config assumes the usage of Clozure CL on macOS and of SBCL everywhere else. That's something you can easily tweak via slime-default-lisp.

You can fire SLIME with M-x slime.