diff --git a/IPython/UserConfig/ipy_user_conf.py b/IPython/UserConfig/ipy_user_conf.py index 41dd655..8b48242 100644 --- a/IPython/UserConfig/ipy_user_conf.py +++ b/IPython/UserConfig/ipy_user_conf.py @@ -41,9 +41,14 @@ def main(): # Good idea e.g. for %edit os.path.isfile #import ipy_editors + + # Choose one of these: + #ipy_editors.scite() #ipy_editors.scite('c:/opt/scite/scite.exe') #ipy_editors.komodo() + + # Or roll your own: #ipy_editors.install_editor("c:/opt/jed +$line $file")