summaryrefslogtreecommitdiffstats
path: root/Tools/idle/extend.py
blob: 7d8117d2d063c01109dd061a8d3eb909f0463497 (plain)
1
2
3
4
5
6
7
8
9
# IDLE extensions to be loaded by default (see extend.txt).
# Edit this file to configure your set of IDLE extensions.

standard = [
    "SearchBinding",
    "AutoIndent",
    "AutoExpand",
    "ZoomHeight",
]