Implement a config_option hook. This required a bit of rearrangement in
[rawdog/.git] / config
diff --git a/config b/config
index 22929fbeb85424fe5e5ed11613af0f88c36d947a..4c696bec848cbfc299d5e96f58f4965e71a467f1 100644 (file)
--- a/config
+++ b/config
@@ -12,7 +12,8 @@
 
 # rawdog can be extended using plugin modules written in Python. This
 # option specifies the directories to search for plugins to load. If a
-# directory does not exist or cannot be read, it will be ignored.
+# directory does not exist or cannot be read, it will be ignored.  This
+# option must appear before any options that are implemented by plugins.
 plugindirs plugins
 
 # The maximum number of articles to show on the generated page.