X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/9d90b2d18f05e0b017f86ea421cc04f2924de5c1..76dcbf257f5e44f9078a4775ae24645994f1d34b:/dot/ipython-config.py diff --git a/dot/ipython-config.py b/dot/ipython-config.py index d07657e..e4339f5 100644 --- a/dot/ipython-config.py +++ b/dot/ipython-config.py @@ -9,7 +9,5 @@ c.InteractiveShell.automagic = False c.InteractiveShell.color_info = True c.InteractiveShell.colors = 'Linux' -c.Completer.greedy = True - c.TerminalIPythonApp.display_banner = False c.TerminalInteractiveShell.confirm_exit = False