aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-05-16 16:00:09 -0500
committerGrant Shoshin Shangreaux <shoshin@cicadas.surf>2023-05-16 16:00:09 -0500
commited1389edf19df481140c4f99f19739f758786a28 (patch)
treeb15f287454c516d52a766083e742fdc0b3da9fb2
parent1097e5251bf2637f99e5d8dbf5a976b514575e5d (diff)
Fix: slime source blocks use elisp instead of shell
-rw-r--r--shoshimacs.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/shoshimacs.org b/shoshimacs.org
index abe737a..582b971 100644
--- a/shoshimacs.org
+++ b/shoshimacs.org
@@ -840,7 +840,7 @@ I primarily use SBCL, so I set it as the ~inferior-lisp-program~
*** Slime
-#+begin_src shell
+#+begin_src emacs-lisp
(package-install 'slime)
#+end_src
@@ -876,7 +876,7 @@ but i need to ensure it is built:
Company backend for slime
-#+begin_src shell
+#+begin_src emacs-lisp
(package-install 'slime-company)
#+end_src