From 8d9371de43fe33434858b8f3a151a02f3b214143 Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Tue, 15 Mar 2022 09:26:58 -0700 Subject: [PATCH] Oh my. This was a silly bug. --- ha-programming-scheme.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ha-programming-scheme.org b/ha-programming-scheme.org index 1194f6e..de6b294 100644 --- a/ha-programming-scheme.org +++ b/ha-programming-scheme.org @@ -90,7 +90,7 @@ If we want to read the [[file:~/.emacs.d/straight/build/sicp/sicp.info][sicp.inf #+END_SRC * Racket Actually, let’s do this with [[https://racket-lang.org/][Racket]]: -#+BEGIN_SRC emacs-lisp +#+BEGIN_SRC sh brew install racket #+END_SRC