diff options
author | Steven M. Gava <elguavas@python.net> | 2002-01-22 05:56:40 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-01-22 05:56:40 (GMT) |
commit | c112cd880a93fb63f1510a6e7c40349db59db617 (patch) | |
tree | b8dc2c4fc8b89b8fe2d0b94ebf4dec2b88b25b55 /Lib/idlelib/config-main.def | |
parent | 796720b3148c05efb2eff1852241d16c0d4ae8eb (diff) | |
download | cpython-c112cd880a93fb63f1510a6e7c40349db59db617.zip cpython-c112cd880a93fb63f1510a6e7c40349db59db617.tar.gz cpython-c112cd880a93fb63f1510a6e7c40349db59db617.tar.bz2 |
further work on config saving
Diffstat (limited to 'Lib/idlelib/config-main.def')
-rw-r--r-- | Lib/idlelib/config-main.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index 4e40dbd..0c6696b 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -51,6 +51,7 @@ width= 80 height= 30 font= courier font-size= 12 +font-bold= 0 [Indent] use-spaces= 1 |