diff options
author | Steven M. Gava <elguavas@python.net> | 2002-01-04 03:06:08 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-01-04 03:06:08 (GMT) |
commit | c597640515a9ca3aa1807cc633b8d7bf2aa4a4e6 (patch) | |
tree | 88cef87efa339ddbac738d35639fa4857693a8bd /Lib/idlelib/config-extensions.def | |
parent | 43c2de230d926bf3befc7dc55b51e7b37ee5a58f (diff) | |
download | cpython-c597640515a9ca3aa1807cc633b8d7bf2aa4a4e6.zip cpython-c597640515a9ca3aa1807cc633b8d7bf2aa4a4e6.tar.gz cpython-c597640515a9ca3aa1807cc633b8d7bf2aa4a4e6.tar.bz2 |
move core functionality of SearchBindings.py into EditorWindow.py proper
adjust configuration sources accordingly
move SearchBindings.py into the attic now
Diffstat (limited to 'Lib/idlelib/config-extensions.def')
-rw-r--r-- | Lib/idlelib/config-extensions.def | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/idlelib/config-extensions.def b/Lib/idlelib/config-extensions.def index d1c1ee2..2c91554 100644 --- a/Lib/idlelib/config-extensions.def +++ b/Lib/idlelib/config-extensions.def @@ -1,9 +1,6 @@ # IDLE reads several config files to determine user preferences. This # file is the default config file for idle extensions settings. -[SearchBinding] -enable=1 - [AutoIndent] enable=1 |