##// END OF EJS Templates
configitems: register the 'color.pagermode' config
Boris Feld -
r33472:d0869a6e default
parent child Browse files
Show More
@@ -79,6 +79,9 b" coreconfigitem('bundle', 'reorder',"
79 coreconfigitem('color', 'mode',
79 coreconfigitem('color', 'mode',
80 default='auto',
80 default='auto',
81 )
81 )
82 coreconfigitem('color', 'pagermode',
83 default=dynamicdefault,
84 )
82 coreconfigitem('devel', 'all-warnings',
85 coreconfigitem('devel', 'all-warnings',
83 default=False,
86 default=False,
84 )
87 )
General Comments 0
You need to be logged in to leave comments. Login now