X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/0f81a1314ae8d217805a705a74e425f63b513f9b..1344a0a48cc99ea4d44942c500cfa15d3e020505:/dot/ipython_config.py diff --git a/dot/ipython_config.py b/dot/ipython_config.py deleted file mode 100644 index f57feec..0000000 --- a/dot/ipython_config.py +++ /dev/null @@ -1,16 +0,0 @@ -### -*-python -*- - -c = get_config() - -c.InteractiveShell.autocall = 0 -c.InteractiveShell.autoindent = True -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