diff options
| author | Steven M. Gava <elguavas@python.net> | 2002-01-04 07:53:06 +0000 |
|---|---|---|
| committer | Steven M. Gava <elguavas@python.net> | 2002-01-04 07:53:06 +0000 |
| commit | 0cae01c49638c95fcff200aa92a3e7d580a9bb3e (patch) | |
| tree | 46414c55ede31480184d493badb989bbe090863e /Lib/idlelib/config-extensions.def | |
| parent | c597640515a9ca3aa1807cc633b8d7bf2aa4a4e6 (diff) | |
| download | cpython-git-0cae01c49638c95fcff200aa92a3e7d580a9bb3e.tar.gz | |
loading core keybindings via new config system plus
further devel of highlight handling
Diffstat (limited to 'Lib/idlelib/config-extensions.def')
| -rw-r--r-- | Lib/idlelib/config-extensions.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/idlelib/config-extensions.def b/Lib/idlelib/config-extensions.def index 2c91554e83..b4e9b02509 100644 --- a/Lib/idlelib/config-extensions.def +++ b/Lib/idlelib/config-extensions.def @@ -1,13 +1,13 @@ # IDLE reads several config files to determine user preferences. This # file is the default config file for idle extensions settings. -[AutoIndent] +[FormatParagraph] enable=1 -[AutoExpand] +[AutoIndent] enable=1 -[FormatParagraph] +[AutoExpand] enable=1 [ZoomHeight] |
