From 261b5e038200603879d3d9383f7a833eebf82842 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Thu, 6 Oct 2022 08:53:53 -0700 Subject: [PATCH] Update Lisp header in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2687f51..eac94d8 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ you may use `M-` where `` is your left, right, up, or down arrow k ## Languages -## Lisp +### Lisp `SLIME` is installed and automatically configured to `sbcl`. To evalute the current `defun` in `SLIME` press ``. To evalute the buffer press ``.