dot/ipython-config.py: Stop saying `ignore_old_config'.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 15 Jul 2017 00:04:20 +0000 (01:04 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 15 Jul 2017 14:01:22 +0000 (15:01 +0100)
Apparently it's an old configuration, and I can't tell IPython to
ignore it...

dot/ipython-config.py

index f57feec..d07657e 100644 (file)
@@ -12,5 +12,4 @@ c.InteractiveShell.colors = 'Linux'
 c.Completer.greedy = True
 
 c.TerminalIPythonApp.display_banner = False
-c.InteractiveShellApp.ignore_old_config=True
 c.TerminalInteractiveShell.confirm_exit = False