diff options
author | http://jeremiahfoster.com/ <jeremiah@web> | 2010-07-19 09:15:30 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-07-19 09:15:30 +0000 |
commit | c4d22bdb75a8a0c924f6fe8fba19bffd25ebf640 (patch) | |
tree | 8750295826598d1a75d07d2e1930b6986c500df0 /doc/plugins/goodstuff | |
parent | 1e01ec26fe6d6d179934bfa69a55eaaf1a184464 (diff) |
Added example
Diffstat (limited to 'doc/plugins/goodstuff')
-rw-r--r-- | doc/plugins/goodstuff/discussion.mdwn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/plugins/goodstuff/discussion.mdwn b/doc/plugins/goodstuff/discussion.mdwn index 0ad95c00a..3ea5692a8 100644 --- a/doc/plugins/goodstuff/discussion.mdwn +++ b/doc/plugins/goodstuff/discussion.mdwn @@ -1 +1,6 @@ -What is the syntax for enabling plugins in the setup file? +### What is the syntax for enabling plugins in the setup file? + +Here is an example snippet from a working setup file: + + # plugins to add to the default configuration + add_plugins => ['goodstuff'], |