From 1a9268f141ac4234b2836d0207b1e87009821dd7 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Thu, 27 Feb 2020 09:22:57 +0100 Subject: Theme reloading --- site/posts/DiscoveringCommonLisp.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/posts/DiscoveringCommonLisp.org') diff --git a/site/posts/DiscoveringCommonLisp.org b/site/posts/DiscoveringCommonLisp.org index f7bf74d..479f76c 100644 --- a/site/posts/DiscoveringCommonLisp.org +++ b/site/posts/DiscoveringCommonLisp.org @@ -59,7 +59,7 @@ Quicklisp is not a native feature of sbcl, and has to be loaded to be available. To do it automatically, you have to create a file ~${HOME}/.sbclrc~, with the following content: -#+BEGIN_SRC +#+BEGIN_SRC common-lisp (load "~/quicklisp/setup") #+END_SRC -- cgit v1.2.3