From ed1389edf19df481140c4f99f19739f758786a28 Mon Sep 17 00:00:00 2001 From: Grant Shoshin Shangreaux Date: Tue, 16 May 2023 16:00:09 -0500 Subject: Fix: slime source blocks use elisp instead of shell --- shoshimacs.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shoshimacs.org') 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 -- cgit v1.2.3