blob: 58bc95fd9aa0d0921c2c31332a84989de59fed77 [file] [log] [blame]
Guido van Rossum504b0bf1999-01-02 21:28:54 +00001# IDLE extensions to be loaded by default (see extend.txt).
2# Edit this file to configure your set of IDLE extensions.
3
4standard = [
5 "SearchBinding",
6 "AutoIndent",
7 "AutoExpand",
Guido van Rossum94e82ce1999-01-04 13:04:54 +00008 "FormatParagraph",
Guido van Rossum504b0bf1999-01-02 21:28:54 +00009 "ZoomHeight",
10]