##// END OF EJS Templates
Ensures that ipython-complete is called....
Ensures that ipython-complete is called. python-mode defines a key-binding for the tab key for its own completion function (py-shell-complete) if that one wins, then py-shell-complete will hang emacs as it tries to communicate with the python shell process which does not exist. This uses def-advice to instead call ipython-complete when py-shell-complete is called.

File last commit:

r3954:94d97371
r5340:4a983cae
Show More
README
5 lines | 100 B | text/plain | TextLexer
This is the IPython directory.
For more information on configuring IPython, do:
ipython config -h