enable prefix_directives by default
authorJoey Hess <joey@gnu.kitenet.net>
Tue, 23 Dec 2008 21:24:43 +0000 (16:24 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Tue, 23 Dec 2008 21:24:43 +0000 (16:24 -0500)
IkiWiki.pm
auto.setup

index 6747a3ba45b7bf11bfec18319f85c7963a82c7c9..127c9e5d7c98f11ded3541eb52a6d8161bce0a54 100644 (file)
@@ -194,7 +194,7 @@ sub getsetup () {
        },
        prefix_directives => {
                type => "boolean",
        },
        prefix_directives => {
                type => "boolean",
-               default => 0,
+               default => 1,
                description => "use '!'-prefixed preprocessor directives?",
                safe => 0, # changing requires manual transition
                rebuild => 1,
                description => "use '!'-prefixed preprocessor directives?",
                safe => 0, # changing requires manual transition
                rebuild => 1,
index ef0f1723c9e48be1937ab9e1886a6074c405b15d..9cf5e7725ede534f1d5e16c1d7f06a8064156ed0 100644 (file)
@@ -40,6 +40,5 @@ IkiWiki::Setup::Automator->import(
        rss => 1,
        atom => 1,
        syslog => 1,
        rss => 1,
        atom => 1,
        syslog => 1,
-       prefix_directives => 1,
        hardlink => 1,
 )
        hardlink => 1,
 )