diff options
Diffstat (limited to 'Lib/idlelib/config-main.def')
-rw-r--r-- | Lib/idlelib/config-main.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Lib/idlelib/config-main.def b/Lib/idlelib/config-main.def index c011048..70b8c1a 100644 --- a/Lib/idlelib/config-main.def +++ b/Lib/idlelib/config-main.def @@ -40,6 +40,7 @@ [General] editor-on-startup= 0 +autosave= 0 print-command-posix=lpr %s print-command-win=start /min notepad /p %s @@ -49,7 +50,7 @@ height= 30 font= courier font-size= 12 font-bold= 0 -encoding=none +encoding= none [Indent] use-spaces= 1 |