Skip to content

Commit

Permalink
Update plugin-api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guicho271828 authored and PuercoPop committed Nov 13, 2017
1 parent a447df8 commit 7b8c5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugin-api.md
Original file line number Diff line number Diff line change
@@ -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)))```
Expand Down

0 comments on commit 7b8c5bb

Please sign in to comment.