Skip to content

Commit

Permalink
CL: use another core image for the REPL
Browse files Browse the repository at this point in the history
  • Loading branch information
vindarel committed Dec 30, 2023
1 parent 8b3fac6 commit 7c0eec7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/en/usage/common_lisp.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ Search in the prompt history with `M-r` (`listener-isearch-history`).
<a href="/lem-repl-ls.png"> <img class="" src="/lem-repl-ls.png" alt="The ,ls command in a REPL prints a files and directories listing we can click on."> </a>

### Start a REPL with another Lisp core

Use `C-u M-x slime`. This way, you can choose another implementation or an image of your own.

This is equivalent of using the `--core` command-line argument.


### Configuration

You can do something when the REPL starts by using its `lem-lisp-mode:*lisp-repl-hook*`.
Expand Down

0 comments on commit 7c0eec7

Please sign in to comment.