quicklisp typo

This commit is contained in:
Mark Dawson 2019-11-12 09:01:31 +00:00 committed by Javier Olaechea
parent d1c1475bee
commit 03c964d004

View file

@ -5,8 +5,8 @@ Load desktop entry files(*.desktop) and show them in an application menu for lau
- FiveAM: test framework (optional)
if you are using Quicklisp, then in the REPL:
#+BEGIN_SRC lisp
(ql:quicklisp :py-configparser)
(ql:quicklisp :FiveAM)
(ql:quickload :py-configparser)
(ql:quickload :FiveAM)
#+END_SRC
* Usage