chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
dot/ipython-config.py: Turn off `greedy' completion.
[profile]
/
dot
/
ipython-config.py
diff --git
a/dot/ipython-config.py
b/dot/ipython-config.py
index d07657e0791bf737150d2236ea4c18cdfd662bbb..e4339f58383162829bccc3e1a0f019c89420bbea 100644
(file)
--- 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