diff --git a/IPython/UserConfig/ipy_user_conf.py b/IPython/UserConfig/ipy_user_conf.py index a066c0c..41dd655 100644 --- a/IPython/UserConfig/ipy_user_conf.py +++ b/IPython/UserConfig/ipy_user_conf.py @@ -37,6 +37,16 @@ def main(): # import ipy_profile_sh + # Configure your favourite editor? + # Good idea e.g. for %edit os.path.isfile + + #import ipy_editors + #ipy_editors.scite() + #ipy_editors.scite('c:/opt/scite/scite.exe') + #ipy_editors.komodo() + #ipy_editors.install_editor("c:/opt/jed +$line $file") + + o = ip.options # An example on how to set options #o.autocall = 1