enable prefix_directives by default

master
Joey Hess 2008-12-23 16:24:43 -05:00
parent db7983c846
commit 70fa222d06
2 changed files with 1 additions and 2 deletions

View File

@ -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,

View File

@ -40,6 +40,5 @@ IkiWiki::Setup::Automator->import(
rss => 1,
atom => 1,
syslog => 1,
prefix_directives => 1,
hardlink => 1,
)