summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2008-12-23 16:24:43 -0500
committerJoey Hess <joey@gnu.kitenet.net>2008-12-23 16:24:43 -0500
commit70fa222d06a0f1d97ae135deaf0ea2f81ba60c6e (patch)
tree3c975d5ecdd371009db5e6e1c09f3e6400870b29 /IkiWiki.pm
parentdb7983c846097d3ad1929250600872139e45bb78 (diff)
enable prefix_directives by default
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r--IkiWiki.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm
index 6747a3ba4..127c9e5d7 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -194,7 +194,7 @@ sub getsetup () {
},
prefix_directives => {
type => "boolean",
- default => 0,
+ default => 1,
description => "use '!'-prefixed preprocessor directives?",
safe => 0, # changing requires manual transition
rebuild => 1,