Update plugin-api.md
This commit is contained in:
parent
a447df807b
commit
7b8c5bb2ae
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# General Use
|
# 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:
|
2. Any necessary lisp libraries not loaded by coleslaw should be included like so:
|
||||||
|
|
||||||
```(eval-when (:compile-toplevel :load-toplevel) (ql:quickload '(foo bar)))```
|
```(eval-when (:compile-toplevel :load-toplevel) (ql:quickload '(foo bar)))```
|
||||||
|
|
Loading…
Add table
Reference in a new issue