diff options
author | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-05-16 16:00:09 -0500 |
---|---|---|
committer | Grant Shoshin Shangreaux <shoshin@cicadas.surf> | 2023-05-16 16:00:09 -0500 |
commit | ed1389edf19df481140c4f99f19739f758786a28 (patch) | |
tree | b15f287454c516d52a766083e742fdc0b3da9fb2 | |
parent | 1097e5251bf2637f99e5d8dbf5a976b514575e5d (diff) |
Fix: slime source blocks use elisp instead of shell
-rw-r--r-- | shoshimacs.org | 4 |
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 |