summaryrefslogtreecommitdiffstats
path: root/site/posts/DiscoveringCommonLisp.org
diff options
context:
space:
mode:
Diffstat (limited to 'site/posts/DiscoveringCommonLisp.org')
-rw-r--r--site/posts/DiscoveringCommonLisp.org2
1 files changed, 1 insertions, 1 deletions
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