Skip to content

Instantly share code, notes, and snippets.

@feihong
Created December 5, 2015 19:39
Show Gist options
  • Save feihong/e515c9a6920367e02ddf to your computer and use it in GitHub Desktop.
Save feihong/e515c9a6920367e02ddf to your computer and use it in GitHub Desktop.
Atom snippets
'.source.python':
'pdb':
'prefix': 'pdb'
'body': 'import ipdb; ipdb.set_trace()'
'.source.python':
'ipython':
'prefix': 'ipython'
'body': 'import IPython; IPython.embed()'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment