further work on config system
diff --git a/Lib/idlelib/EditorWindow.py b/Lib/idlelib/EditorWindow.py
index bba1702..25a4c24 100644
--- a/Lib/idlelib/EditorWindow.py
+++ b/Lib/idlelib/EditorWindow.py
@@ -233,7 +233,7 @@
         ("edit", "_Edit"),
         ("format", "F_ormat"),
         ("run", "_Run"),
-        #("settings", "_Settings"),
+        ("settings", "_Settings"),
         ("windows", "_Windows"),
         ("help", "_Help"),
     ]