mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
12 lines
254 B
Python
12 lines
254 B
Python
# IDLE extensions to be loaded by default (see extend.txt).
|
|
# Edit this file to configure your set of IDLE extensions.
|
|
|
|
standard = [
|
|
"SearchBinding",
|
|
"AutoIndent",
|
|
"AutoExpand",
|
|
"FormatParagraph",
|
|
"ZoomHeight",
|
|
"ScriptBinding",
|
|
]
|