enable prefix_directives by default
parent
db7983c846
commit
70fa222d06
|
@ -194,7 +194,7 @@ sub getsetup () {
|
||||||
},
|
},
|
||||||
prefix_directives => {
|
prefix_directives => {
|
||||||
type => "boolean",
|
type => "boolean",
|
||||||
default => 0,
|
default => 1,
|
||||||
description => "use '!'-prefixed preprocessor directives?",
|
description => "use '!'-prefixed preprocessor directives?",
|
||||||
safe => 0, # changing requires manual transition
|
safe => 0, # changing requires manual transition
|
||||||
rebuild => 1,
|
rebuild => 1,
|
||||||
|
|
|
@ -40,6 +40,5 @@ IkiWiki::Setup::Automator->import(
|
||||||
rss => 1,
|
rss => 1,
|
||||||
atom => 1,
|
atom => 1,
|
||||||
syslog => 1,
|
syslog => 1,
|
||||||
prefix_directives => 1,
|
|
||||||
hardlink => 1,
|
hardlink => 1,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue