blob: d1c1ee2374787834eae9a2d74f0c5b31950b1846 [file] [log] [blame]
Steven M. Gavac11ccf32001-09-24 09:43:17 +00001# IDLE reads several config files to determine user preferences. This
2# file is the default config file for idle extensions settings.
3
4[SearchBinding]
5enable=1
6
7[AutoIndent]
8enable=1
9
10[AutoExpand]
11enable=1
12
13[FormatParagraph]
14enable=1
15
16[ZoomHeight]
17enable=1
18
19#[ScriptBinding] # disabled in favor of ExecBinding
20#enable=0
21
22[ExecBinding]
23enable=1
24
25[CallTips]
26enable=1
27
28[ParenMatch]
29enable=0
30style= expression
31flash-delay= 500
32bell= 1
33hilite-foreground= black
34hilite-background= #43cd80