Update plugin-api.md

This commit is contained in:
Masataro Asai 2017-11-12 16:36:39 +09:00 committed by Javier Olaechea
parent a447df807b
commit 7b8c5bb2ae

View file

@ -1,6 +1,6 @@
# General Use
1. A lisp file should be created in coleslaw's ```plugins``` directory.
1. A lisp file should be created in coleslaw's ```plugins``` directory or the local `plugins` directory of the blog.
2. Any necessary lisp libraries not loaded by coleslaw should be included like so:
```(eval-when (:compile-toplevel :load-toplevel) (ql:quickload '(foo bar)))```