X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/1344a0a48cc99ea4d44942c500cfa15d3e020505..d4d0708511d184ab3211ac72a33bee1e7fedeca0:/dot/ipython-config.py diff --git a/dot/ipython-config.py b/dot/ipython-config.py index f57feec..63e7de4 100644 --- a/dot/ipython-config.py +++ b/dot/ipython-config.py @@ -9,8 +9,6 @@ c.InteractiveShell.automagic = False c.InteractiveShell.color_info = True c.InteractiveShell.colors = 'Linux' -c.Completer.greedy = True - c.TerminalIPythonApp.display_banner = False -c.InteractiveShellApp.ignore_old_config=True c.TerminalInteractiveShell.confirm_exit = False +c.TerminalInteractiveShell.display_completions = 'readlinelike'