diff options
author | Steven M. Gava <elguavas@python.net> | 2002-01-03 12:05:17 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-01-03 12:05:17 (GMT) |
commit | ad4f532f6532cc099ba5665e3553394db907796c (patch) | |
tree | ceea0cb24c3167aa1074fbed4b00e3a746f844af /Lib/idlelib/config.txt | |
parent | 767a7ee9ad3a84b20375f557f3363636d116a643 (diff) | |
download | cpython-ad4f532f6532cc099ba5665e3553394db907796c.zip cpython-ad4f532f6532cc099ba5665e3553394db907796c.tar.gz cpython-ad4f532f6532cc099ba5665e3553394db907796c.tar.bz2 |
further development of highlighting and editor preference handling,
plus misc fixes cleanups for new config system
Diffstat (limited to 'Lib/idlelib/config.txt')
-rw-r--r-- | Lib/idlelib/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/config.txt b/Lib/idlelib/config.txt index 223b302..11adae1 100644 --- a/Lib/idlelib/config.txt +++ b/Lib/idlelib/config.txt @@ -49,7 +49,7 @@ cursor-background= black [FormatParagraph] -[ZoomHeight] +#[ZoomHeight] #[ScriptBinding] # disabled in favor of ExecBinding |