summaryrefslogtreecommitdiffstats
path: root/site/posts/DiscoveringCommonLisp.org
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-27 09:22:57 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-27 09:27:50 +0100
commit1a9268f141ac4234b2836d0207b1e87009821dd7 (patch)
tree849a707022a09fb5e62c25eb6931ccc5af876c2a /site/posts/DiscoveringCommonLisp.org
parentMake a generation process prebuild depends on its tangled file (diff)
Theme reloading
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