diff options
Diffstat (limited to 'users/glittershark/emacs.d/snippets/python-mode/pdb')
-rw-r--r-- | users/glittershark/emacs.d/snippets/python-mode/pdb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/users/glittershark/emacs.d/snippets/python-mode/pdb b/users/glittershark/emacs.d/snippets/python-mode/pdb deleted file mode 100644 index 6b5c0bbc0a73..000000000000 --- a/users/glittershark/emacs.d/snippets/python-mode/pdb +++ /dev/null @@ -1,7 +0,0 @@ -# -*- mode: snippet -*- -# name: pdb -# uuid: -# key: pdb -# condition: t -# -- -import pdb; pdb.set_trace() \ No newline at end of file |