File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,8 @@ like this:
143143 else :
144144 sys.exit(embed(globals (), locals ()))
145145
146+ Note config file support currently only works when invoking `ptpython ` directly.
147+ That it, the config file will be ignored when embedding ptpython in an application.
146148
147149Multiline editing
148150*****************
@@ -193,6 +195,9 @@ is looked for.
193195Have a look at this example to see what is possible:
194196`config.py <https://github.com/jonathanslenders/ptpython/blob/master/examples/ptpython_config/config.py >`_
195197
198+ Note config file support currently only works when invoking `ptpython ` directly.
199+ That it, the config file will be ignored when embedding ptpython in an application.
200+
196201
197202IPython support
198203***************
You can’t perform that action at this time.
0 commit comments