summaryrefslogtreecommitdiffstats
path: root/Tools/idle/extend.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/idle/extend.py')
-rw-r--r--Tools/idle/extend.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tools/idle/extend.py b/Tools/idle/extend.py
new file mode 100644
index 0000000..7d8117d
--- /dev/null
+++ b/Tools/idle/extend.py
@@ -0,0 +1,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",
+]